Skip to content

Commit

Permalink
Update read the docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
JrGoodle committed Sep 18, 2020
1 parent 17b2583 commit 0ac8854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 1 addition & 11 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
# formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements.txt
- method: pip
# path: src
path: .
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ recommonmark
remarshal
sphinx
sphinx-autobuild
sphinx-build
sphinx-rtd-theme
# sphinx_rtd_theme
termcolor
Expand Down

0 comments on commit 0ac8854

Please sign in to comment.