Skip to content

Commit

Permalink
CHANGE: Downgrade sphinx to build sphinxcontrib-versioning
Browse files Browse the repository at this point in the history
For more details see sphinx-contrib/sphinxcontrib-versioning#42
This requires also a downgrade of `sphinxcontrib-redirects` module to work with
old sphinx
  • Loading branch information
gollth committed Jan 17, 2022
1 parent 62ea08b commit 9d8f8b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
-
name: Checkout
Expand All @@ -20,7 +20,7 @@ jobs:
submodules: recursive
-
name: Install
run: pip3 install -r requirements.txt
run: pip install -r requirements.txt --force-reinstall
-
name: Build
run: make html
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==1.6.7
sphinx_rtd_theme==0.2.4
git+https://github.com/sphinx-contrib/redirects@c25afdc3d812c983560750916c9616f4cb6f98eb
sphinx==1.5.6
sphinx_rtd_theme
git+https://github.com/sphinx-contrib/redirects@7676b20704efa7d9cb07684e6c67a30e2205a59b
git+https://github.com/Lingnik/sphinxcontrib-versioning@Lingnik-patch-1
m2r==0.2.1
docutils<0.18
Expand Down

0 comments on commit 9d8f8b4

Please sign in to comment.