Skip to content

Commit

Permalink
Merge pull request #1265 from gboeing/docs
Browse files Browse the repository at this point in the history
update readthedocs requirements file
  • Loading branch information
gboeing authored Dec 31, 2024
2 parents 44ee83c + 9932379 commit 44d9892
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
8 changes: 4 additions & 4 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2

build:
os: "ubuntu-lts-latest"
os: ubuntu-lts-latest
tools:
python: "3"
python: '3'

formats: all

python:
install:
- requirements: docs/requirements-rtd.txt
- requirements: ./environments/requirements/requirements-docs.txt

sphinx:
configuration: docs/source/conf.py
configuration: ./docs/source/conf.py
fail_on_warning: true
6 changes: 0 additions & 6 deletions docs/requirements-rtd.txt

This file was deleted.

8 changes: 0 additions & 8 deletions environments/requirements/environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
"./environments/requirements/requirements-tests.txt"
]
},
{
"output_path": "./docs/requirements-rtd.txt",
"needs_dependencies": false,
"pin_exact": false,
"extras": [
"./environments/requirements/requirements-docs.txt"
]
},
{
"output_path": "./environments/requirements/requirements-all.txt",
"needs_dependencies": true,
Expand Down

0 comments on commit 44d9892

Please sign in to comment.