Skip to content

Commit

Permalink
Pin docs versions to get around weird error
Browse files Browse the repository at this point in the history
In sphinx 4.1.2 readthedocs and local spew this error:

```
Exception occurred:
  File "/home/docs/checkouts/readthedocs.org/user_builds/moire-lattice-generator/envs/latest/lib/python3.8/site-packages/nbsphinx.py", line 2151, in depart_codearea_latex
    assert 'Verbatim' in lines[0]

```

Locally works in the sphinx version I had installed, so pinning there...
  • Loading branch information
TAdeJong committed Aug 3, 2021
1 parent c62073c commit 19fdef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx
sphinx==3.5.4
sphinx-autobuild
sphinx_rtd_theme
sphinx_rtd_theme==0.5.2
ipykernel
nbsphinx
nbsphinx==0.8.6
matplotlib

0 comments on commit 19fdef7

Please sign in to comment.