File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ mkdocs:
15
15
configuration : mkdocs.yml
16
16
17
17
# Optionally declare the Python requirements required to build your docs
18
- # python:
19
- # install:
20
- # - requirements: doc/requirements.txt
18
+ python :
19
+ install :
20
+ - requirements : doc/requirements.txt
Original file line number Diff line number Diff line change
1
+ # pip requirements file for MkDocs, used by Read The Docs
2
+ #
3
+ # See:
4
+ #
5
+ # The Read The Docs recommendation to 'pin' the MkDocs version used to build
6
+ # documentation:
7
+ # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies
8
+ #
9
+ # The pip guide to its requirements file format:
10
+ # https://pip.pypa.io/en/stable/reference/requirements-file-format/
11
+ #
12
+ # Version used in the stable branch
13
+ mkdocs == 0.17.3
You can’t perform that action at this time.
0 commit comments