Skip to content

Commit

Permalink
chore: Add readthedocs config (#348)
Browse files Browse the repository at this point in the history
This is primarily to add explicit ignoring of submodules.
  • Loading branch information
farleyb-amazon committed Jun 11, 2021
1 parent 16dc88d commit b5d2678
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .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

0 comments on commit b5d2678

Please sign in to comment.