Skip to content

Commit 669718c

Browse files
committed
Refactor documentation requirements in requirements.txt to remove unnecessary build configuration
1 parent 48556a5 commit 669718c

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

docs/requirements.txt

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
1-
version: 2
2-
3-
build:
4-
os: ubuntu-22.04
5-
tools:
6-
python: "3.13"
7-
8-
sphinx:
9-
configuration: docs/source/conf.py
10-
fail_on_warning: false
11-
12-
formats:
13-
- pdf
14-
- epub
15-
16-
python:
17-
install:
18-
- method: pip
19-
path: .
20-
extra_requirements:
21-
- docs
1+
###############################
2+
# Documentation requirements #
3+
###############################
4+
# Tip: For local builds you can also run:
5+
# pip install -e .[docs]
6+
# which uses the extras defined in pyproject.toml
227

238
# Core documentation dependencies
249
sphinx>=7.0.0

0 commit comments

Comments
 (0)