Skip to content

Commit

Permalink
Fix Jinja2 error on readthedocs builds
Browse files Browse the repository at this point in the history
by requiring a Jinja2 version lower than 3.1.

- Also fix sphinx_requirements.txt to really only contain Sphinx stuff,
  readthedocs install is using setup.py install_requires anyway for synadm
  package install.
- This also fixes local docs builds!
  • Loading branch information
JOJ0 committed Jul 1, 2022
1 parent eec1ce5 commit d537464
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions sphinx_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
click
requests
pyyaml
tabulate
click-option-group>=0.5.2

Sphinx==3.5.2
sphinx-click==2.7.1
sphinx-rtd-theme==0.5.2
Jinja2<3.1
Sphinx
sphinx-click
sphinx-rtd-theme
myst-parser

0 comments on commit d537464

Please sign in to comment.