Skip to content

Commit

Permalink
DNM - disable Sphinx>3.2 and 3.2.x/3.x branches
Browse files Browse the repository at this point in the history
DROP THIS COMMIT LATER

This avoids using Sphinx versions that are currently broken.

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
  • Loading branch information
utzig committed Nov 5, 2020
1 parent 33fe8d8 commit a390e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- 3.0.4
- 3.1.2
- 3.2.0
- git+https://github.com/sphinx-doc/sphinx.git@3.2.x
- git+https://github.com/sphinx-doc/sphinx.git@3.x
#- git+https://github.com/sphinx-doc/sphinx.git@3.2.x
#- git+https://github.com/sphinx-doc/sphinx.git@3.x
# master (Sphinx 4) will require at least Python 3.6, so disable it for now
#- git+https://github.com/sphinx-doc/sphinx.git@master

Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ docutils>=0.12
Jinja2>=2.7.3
MarkupSafe>=0.23
Pygments>=1.6
Sphinx>=3.0,<3.4
Sphinx>=3.0,<3.3
six>=1.9.0

0 comments on commit a390e4f

Please sign in to comment.