Skip to content

Commit

Permalink
htmlproofer upgraded major version number (#1764)
Browse files Browse the repository at this point in the history
* Tweak optionss 🤷

* WIP

* Need to open an issue for this config?

* Add link to old flickr to prevent empty link

* Ignore this weird little A tag for now

Should we care about this in current confs?

* Ignore HTTP errors (we should probably bulk replace these)

* Fix excessive search and replace

Co-authored-by: Aaron Collier <aaron@collier.cz>
  • Loading branch information
plaindocs and CollierCZ committed Jul 16, 2022
1 parent 9dae8c9 commit bc928d8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -110,4 +110,4 @@ jobs:

- name: Check links
run: |
htmlproofer --file-ignore "/404/,/2013/,/2014/,/2015/,/2016/,/2017/,/search\/index.html/" --allow-hash-href --internal-domains 'www.writethedocs.org' --alt-ignore '/.*/' --disable-external docs/_build/html
htmlproofer --ignore-files "/404/,/2013/,/2014/,/2015/,/2016/,/2017/,/search\/index.html/" --allow-hash-href --enforce-https=false --ignore-missing-alt --disable-external docs/_build/html
3 changes: 3 additions & 0 deletions docs/_data/config-portland-2018.yaml
Expand Up @@ -10,6 +10,7 @@ area_adj: North American
tz: PST
email: portland@writethedocs.org


photos:
default: _static/conf/images/headers/group.png

Expand Down Expand Up @@ -54,6 +55,8 @@ about:
You can find out more information about the venue and its accessibility on our :doc:`/conf/portland/2018/venue` page."
location:
"Crystal Ballroom located at 1332 W Burnside St"
photos: https://www.flickr.com/photos/writethedocs/albums/72157695853045204/


cfp:
url: https://docs.google.com/forms/d/e/1FAIpQLSdb-MNRT3TdDTuVIcf-3lZRWDOgguZfjatLr-HLN5ngx5t04w/viewform
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/2018/index.html
Expand Up @@ -42,7 +42,7 @@

<div class="hero-content uk-container">
<div class="logo-container">
<a class="hero-logo">
<a class="hero-logo" data-proofer-ignore>
Write<br/>
the<br/>
Docs<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/2019/index.html
Expand Up @@ -42,7 +42,7 @@

<div class="hero-content uk-container">
<div class="logo-container">
<a class="hero-logo">
<a class="hero-logo" data-proofer-ignore>
Write<br/>
the<br/>
Docs<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/2020/index.html
Expand Up @@ -42,7 +42,7 @@

<div class="hero-content uk-container">
<div class="logo-container">
<a class="hero-logo">
<a class="hero-logo" data-proofer-ignore>
Write<br/>
the<br/>
Docs<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/2021/index.html
Expand Up @@ -43,7 +43,7 @@

<div class="hero-content uk-container">
<div class="logo-container">
<a class="hero-logo">
<a class="hero-logo" data-proofer-ignore>
Write<br/>
the<br/>
Docs<br/>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/2022/index.html
Expand Up @@ -43,7 +43,7 @@

<div class="hero-content uk-container">
<div class="logo-container">
<a class="hero-logo">
<a class="hero-logo" data-proofer-ignore>
Write<br/>
the<br/>
Docs<br/>
Expand Down

0 comments on commit bc928d8

Please sign in to comment.