Skip to content

Commit

Permalink
attempting to fix deps problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Sybrandt committed Apr 29, 2020
1 parent 9994aad commit f82eaef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ conda:

python:
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: pip
path: .
- requirements: requirements.txt
- requirements: docs/requirements.txt

# We do not require git submodules to process this
submodules:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinxcontrib.apidoc", # Automatically run apidoc on each build
"recommonmark", # Allow markdown
"sphinx.ext.autodoc", # Make documentation from source
"sphinx.ext.napoleon", # Read docs in Google format
"sphinx_rtd_theme", # Provides theme
"sphinxcontrib.apidoc", # Automatically run apidoc on each build
"sphinx_autodoc_typehints", # Allow automatic documentation to see hints
]

Expand Down

0 comments on commit f82eaef

Please sign in to comment.