Skip to content

Commit

Permalink
chore: Fix readthedocs builds (aws#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
farleyb-amazon authored Nov 10, 2021
1 parent 186d939 commit 84661ad
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .readthedocs.yaml
# 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 doc/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# Don't need to build documentation for test vectors or any other
# sub modules
submodules:
exclude: all

python:
version: 3.8
install:
- requirements: doc/requirements.txt
- method: setuptools
path: .
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx>=1.3.0
sphinx_rtd_theme
sphinx==4.2.0
sphinx_rtd_theme==1.0.0

0 comments on commit 84661ad

Please sign in to comment.