Skip to content

Commit

Permalink
Merge pull request #607 from doorstop-dev/rtd-config
Browse files Browse the repository at this point in the history
Add a ReadTheDocs configuration file
  • Loading branch information
jacebrowning committed Oct 8, 2023
2 parents 71acb17 + 64bdfdc commit 94be5ff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8"

mkdocs:
configuration: mkdocs.yml

python:
install:
- requirements: docs/requirements.txt
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
".cache/": true,
".venv/": true,
"*.egg-info": true,
"**/__pycache__": true
"pip-wheel-metadata/": true,
"**/__pycache__": true,
"**/*.pyc": true,
"**/.ipynb_checkpoints": true,
"**/tmp/": true,
"dist/": true,
"htmlcov/": true,
"prof/": true,
"site/": true,
},
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
Expand Down Expand Up @@ -42,6 +50,7 @@
"linkify",
"LONGTABLE",
"mkdir",
"mkdocs",
"mockvcs",
"mylevel",
"nlev",
Expand Down

0 comments on commit 94be5ff

Please sign in to comment.