Skip to content

Commit c85c119

Browse files
Fix RTD fail
- Remove docutils constraint - Remove duplicate setuptools install in readthedocs.yml
1 parent 0ee6c1a commit c85c119

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.readthedocs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ build:
1919
sphinx:
2020
configuration: docs/source/conf.py
2121

22-
# Build documentation with MkDocs
23-
#mkdocs:
24-
# configuration: mkdocs.yml
25-
2622
# Optionally build your docs in additional formats such as PDF and ePub
2723
formats: []
2824

@@ -34,6 +30,3 @@ python:
3430
path: .
3531
extra_requirements:
3632
- plot
37-
- method: setuptools
38-
path: .
39-
# system_packages: true

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ sphinx-panels
44
sphinxcontrib-mermaid
55
jupyter-book<2.0
66
numpydoc
7-
docutils<0.18

0 commit comments

Comments
 (0)