Skip to content

Commit

Permalink
Migrate to new version of readthedocs config. (#5006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored Sep 18, 2023
1 parent 735e506 commit 82fc11a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip"
directory: "/docs/"
schedule:
interval: "weekly"
allow:
# Allow only production updates for Sphinx
- dependency-name: "sphinx"
dependency-type: "production"
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2

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

python:
version: "3"
install:
- requirements: docs/requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
linkify-it-py==1.0.1
myst-parser==0.15.2
Pillow==9.3.0
PyYAML==5.4.1
PyYAML==6.0.1
requests==2.31.0
ruamel.yaml==0.17.16
Sphinx==4.2.0
Expand Down

0 comments on commit 82fc11a

Please sign in to comment.