Skip to content

Commit 4e4697d

Browse files
authored
Add readthedocs.yml config file. (#711)
Make previously (grandfathered) ReadTheDocs configuration explicit. This is in preparation for upgrading to Python 3 which is the default on ReadTheDocs now. [ci skip]
1 parent 0827e13 commit 4e4697d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.readthedocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: containers/docs/conf.py
5+
6+
submodules:
7+
include:
8+
- containers/docs/_extensions/haddock-autolink
9+
10+
python:
11+
version: 2.7

0 commit comments

Comments
 (0)