Skip to content

Commit

Permalink
More for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Sep 5, 2022
1 parent ab0d51c commit 9a8c26e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"

mkdocs:
configuration: documentation/mkdocs.yml
fail_on_warning: false

python:
install:
- requirements: documentation/docs/requirements.txt

formats:
- pdf
- epub
18 changes: 18 additions & 0 deletions documentation/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
jinja2==3.0.3
mkdocs>=1.3.1
babel>=2.9.0
click>=7.0
Jinja2>=2.10.2
Markdown>=3.2.1,<3.4
PyYAML>=5.2
watchdog>=2.0.0
mdx_gh_links>=0.2
ghp-import>=1.0
pyyaml_env_tag>=0.1
mkdocs-redirects>=1.0.1
importlib_metadata>=4.3
packaging>=20.5
mergedeep>=1.3.4
pygments>=2.12
pymdown-extensions
mkdocs-material

0 comments on commit 9a8c26e

Please sign in to comment.