Skip to content

Commit

Permalink
requirements: docs: restrict sphinx <7 (#100)
Browse files Browse the repository at this point in the history
Fixes docs build error in python 3.8+:

```
Theme error:
An error happened in rendering the page Condition.
Reason: UndefinedError("'style' is undefined")
make: *** [Makefile:20: html] Error 2
```
  • Loading branch information
kmantel authored Oct 26, 2023
1 parent 323a460 commit 3bc2e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
m2r2
sphinx
sphinx <7
sphinx-autodoc-typehints
sphinx-rtd-theme

0 comments on commit 3bc2e74

Please sign in to comment.