Skip to content

Commit

Permalink
Merge pull request #170 from pllim/fix-rtd
Browse files Browse the repository at this point in the history
DOC: Fix RTD build
  • Loading branch information
pllim committed Jun 3, 2023
2 parents ab7c980 + d494d38 commit ae69f55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ python:
install:
- method: pip
path: .
extra_requirements:
- rtd

# Don't build any extra formats
formats: []
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ zip_safe = False
packages = find:
python_requires = >=3.7
install_requires =
sphinx>=2
sphinx>=4

[options.extras_require]
test =
pytest
pytest-cov
cython
coverage
rtd =
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
sphinx<7
sphinx-rtd-theme

[options.package_data]
sphinx_automodapi = templates/*/*.rst
Expand Down

0 comments on commit ae69f55

Please sign in to comment.