Skip to content

Commit

Permalink
Fix readthedocs build (#1155)
Browse files Browse the repository at this point in the history
* Fix readthedocs build

* Fix readthedocs config to include all submodules
  • Loading branch information
rly committed Jan 22, 2020
1 parent cec8971 commit 897c5dd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,28 @@
# .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/source/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:
install:
- requirements: requirements-doc.txt
- requirements: requirements.txt

# Optionally include all submodules
submodules:
include: all
recursive: true

0 comments on commit 897c5dd

Please sign in to comment.