Skip to content

Commit 0cb7b97

Browse files
authored
Merge pull request #52 from Chilipp/fix-docs
Fix docs and require sphinx<4.0
2 parents 2538e2b + 5ec247b commit 0cb7b97

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.readthedocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/conf.py
5+
6+
python:
7+
version: 3.8
8+
install:
9+
- method: pip
10+
path: .

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ def readme():
3232
python_requires=">=3.5",
3333
url='https://github.com/Chilipp/autodocsumm',
3434
author='Philipp S. Sommer',
35-
author_email='philipp.sommer@hzg.de',
35+
author_email='philipp.sommer@hereon.de',
3636
license="GPLv2",
3737
packages=find_packages(exclude=['docs', 'tests*', 'examples']),
3838
install_requires=[
39-
'sphinx>=2.2',
39+
'Sphinx>=2.2.*,<4.0.*',
4040
],
4141
setup_requires=pytest_runner,
4242
tests_require=['pytest', 'sphinx-testing'],

0 commit comments

Comments
 (0)