Skip to content

Commit

Permalink
fix broken doc building on readthedocs
Browse files Browse the repository at this point in the history
- UndefinedError("'style' is undefined")
- readthedocs/sphinx_rtd_theme#1463
  • Loading branch information
xflr6 committed Aug 7, 2023
1 parent 17fea32 commit 90214c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
extras_require={
'dev': ['tox>=3', 'flake8', 'pep8-naming', 'wheel', 'twine'],
'test': ['pytest>=7', 'pytest-cov'],
'docs': ['sphinx>=5', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
'docs': ['sphinx>=5,<7', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
},
long_description=pathlib.Path('README.rst').read_text(encoding='utf-8'),
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 90214c2

Please sign in to comment.