Skip to content

Commit c7ed7fa

Browse files
committed
Fix ReadTheDocs YAML configuration
1 parent 9de0a67 commit c7ed7fa

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

.readthedocs.yaml

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
version: 2
22
mkdocs:
3-
configuration: mkdocs.yml
3+
configuration: mkdocs.yml
4+
5+
build:
6+
os: "ubuntu-20.04"
7+
tools:
8+
python: "3.8"
9+
410
python:
5-
install:
6-
- requirements: docs/requirements.txt
11+
install:
12+
- requirements: docs/requirements.txt
13+
- method: pip
14+
path: .

mkdocs.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
site_name: CRFM HELM
22
repo_url: https://github.com/example/repository/
33
theme:
4-
name: readthedocs
5-
highlightjs: false
4+
name: readthedocs
5+
highlightjs: false
66
plugins:
7-
- search
8-
- macros:
9-
module_name: docs/mkdocs_macros
10-
- mkdocstrings:
11-
handlers:
12-
python:
13-
show_root_heading: true
14-
show_signature_annotations: true
15-
show_bases: false
16-
show_source: false
7+
- search
8+
- macros:
9+
module_name: docs/mkdocs_macros
10+
- mkdocstrings:
11+
handlers:
12+
python:
13+
show_root_heading: true
14+
show_signature_annotations: true
15+
show_bases: false
16+
show_source: false
1717
extra_css:
18-
- docstrings.css
18+
- docstrings.css
1919
markdown_extensions:
20-
- pymdownx.magiclink
20+
- pymdownx.magiclink
2121
watch:
22-
- src
22+
- src

0 commit comments

Comments
 (0)