Merge pull request #215 from strukturag/ci-fix-readthedocs

CI: Pin dependencies to fix readthedocs build.
This commit is contained in:
Joachim Bauch 2022-04-04 16:03:38 +02:00 committed by GitHub
commit 692879be78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View file

@ -9,3 +9,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "daily"

View file

@ -11,3 +11,7 @@ build:
mkdocs:
configuration: mkdocs.yml
python:
install:
- requirements: docs/requirements.txt

4
docs/requirements.txt Normal file
View file

@ -0,0 +1,4 @@
sphinx==4.2.0
sphinx_rtd_theme==1.0.0
readthedocs-sphinx-search==0.1.1
jinja2<3.1.0