Skip to content

Commit b77d8ed

Browse files
committed
Update
1 parent 3e27820 commit b77d8ed

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,12 @@ python:
2424
sphinx:
2525
configuration: docs/source/conf.py
2626
fail_on_warning: false
27+
2728
# If using Sphinx, optionally build your docs in additional formats such as PDF
2829
formats:
2930
- pdf
3031
# - epub
3132

3233
# Include submodules
3334
submodules:
34-
include: all
35-
36-
# Optionally declare the Python requirements required to build your docs
37-
python:
38-
install:
39-
- requirements: docs/requirements.txt
40-
# - method: pip
41-
# path: .
42-
# extra_requirements:
43-
# - doc
35+
include: all

docs/requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,4 @@ webencodings==0.5.1
284284
# html5lib
285285
# tinycss2
286286
wheel==0.38.0
287-
# via sphinx-togglebutton
288-
289-
# The following packages are considered to be unsafe in a requirements file:
290-
# setuptools
287+
# via sphinx-togglebutton

0 commit comments

Comments
 (0)