Skip to content

Commit

Permalink
RTD config: document and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 5, 2020
1 parent 97c778a commit 6f5c5bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2

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

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
Expand All @@ -16,4 +16,10 @@ formats: all
python:
version: 3.7
install:
# WARNING: This requirements file will be installed without the pip
# --upgrade flag in an existing environment. This means that if a
# package is specified without a lower boundary, we may end up
# accepting the existing version.
#
# ref: https://github.com/readthedocs/readthedocs.org/blob/0e3df509e7810e46603be47d268273c596e68455/readthedocs/doc_builder/python_environments.py#L335-L344
- requirements: doc/doc-requirements.txt

0 comments on commit 6f5c5bf

Please sign in to comment.