Skip to content

Commit 9a8c26e

Browse files
More for readthedocs
1 parent ab0d51c commit 9a8c26e

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
build:
3+
os: ubuntu-20.04
4+
tools:
5+
python: "3.9"
6+
7+
mkdocs:
8+
configuration: documentation/mkdocs.yml
9+
fail_on_warning: false
10+
11+
python:
12+
install:
13+
- requirements: documentation/docs/requirements.txt
14+
15+
formats:
16+
- pdf
17+
- epub
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
jinja2==3.0.3
2+
mkdocs>=1.3.1
3+
babel>=2.9.0
4+
click>=7.0
5+
Jinja2>=2.10.2
6+
Markdown>=3.2.1,<3.4
7+
PyYAML>=5.2
8+
watchdog>=2.0.0
9+
mdx_gh_links>=0.2
10+
ghp-import>=1.0
11+
pyyaml_env_tag>=0.1
12+
mkdocs-redirects>=1.0.1
13+
importlib_metadata>=4.3
14+
packaging>=20.5
15+
mergedeep>=1.3.4
16+
pygments>=2.12
17+
pymdown-extensions
18+
mkdocs-material

0 commit comments

Comments
 (0)