Skip to content

Commit b5d2678

Browse files
chore: Add readthedocs config (#348)
This is primarily to add explicit ignoring of submodules.
1 parent 16dc88d commit b5d2678

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation in the doc/ directory with Sphinx
9+
sphinx:
10+
configuration: doc/conf.py
11+
12+
# Don't need to build documentation for test vectors or any other
13+
# sub modules
14+
submodules:
15+
exclude: all

0 commit comments

Comments
 (0)