Skip to content

Commit

Permalink
fix bug for math formulas with sphinx 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Nov 14, 2022
1 parent 697a80f commit 2e94f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dependencies:
- pip:
- neo>=0.10.0
- viziphant
- sphinx>=3.3.0, <=5.2.3 # fix for math formulas not rendering correctly
# neo, viziphant can be removed once it is integrated into requirements-tutorials.txt
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packages required to build docs (in addition to requirements-tutorials.rst)
numpydoc>=1.1.0
jupyter>=1.0.0
sphinx>=3.3.0
sphinx>=3.3.0, <=5.2.3 # fix for math formulas not rendering correctly
nbsphinx>=0.8.0
sphinxcontrib-bibtex>1.0.0
sphinx-tabs>=1.3.0
Expand Down

0 comments on commit 2e94f75

Please sign in to comment.