Skip to content

Commit

Permalink
Update to sphinx-rtd-theme v2 to fix 404 pages
Browse files Browse the repository at this point in the history
Relates: ansible#678
  • Loading branch information
gotmax23 committed Nov 21, 2023
1 parent 6f9e846 commit 895a5c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/constraints-base.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Known limitations for indirect/transitive dependencies.

rstcheck < 6 # rstcheck 6.x has problem with rstcheck.core triggered by include files w/ sphinx directives https://github.com/rstcheck/rstcheck-core/issues/3
sphinx-rtd-theme>=2.0.0rc4 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678
6 changes: 4 additions & 2 deletions tests/requirements-relaxed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ sphinx-intl==2.1.0
# via -r tests/requirements-relaxed.in
sphinx-notfound-page==1.0.0
# via -r tests/requirements-relaxed.in
sphinx-rtd-theme==1.3.0
# via sphinx-ansible-theme
sphinx-rtd-theme==2.0.0rc4
# via
# -c tests/constraints-base.in
# sphinx-ansible-theme
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand Down
6 changes: 4 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ sphinx-intl==2.1.0
# via -r tests/requirements-relaxed.in
sphinx-notfound-page==1.0.0
# via -r tests/requirements-relaxed.in
sphinx-rtd-theme==1.3.0
# via sphinx-ansible-theme
sphinx-rtd-theme==2.0.0rc4
# via
# -c tests/constraints-base.in
# sphinx-ansible-theme
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand Down

0 comments on commit 895a5c2

Please sign in to comment.