Skip to content

Commit 62cda7e

Browse files
authored
Add path to docs req (#33)
1 parent 4fa7c2d commit 62cda7e

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
uses: actions/setup-python@v2
5858
- name: Install dependencies
5959
run: |
60-
cd docs
61-
pip install -r requirements.txt
60+
pip install -r docs/requirements.txt
6261
- name: Build documentation
6362
run: |
6463
cd docs

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
path: .
88
extra_requirements:
99
- rtd
10+
- requirements: docs/requirements.txt
1011

1112
sphinx:
1213
builder: html

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
myst-parser==0.13.0
22
furo==2020.12.30b24
33
sphinx==3.4.0
4-
../
4+
./

docs/source/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,3 @@
5050
# a list of builtin themes.
5151
#
5252
html_theme = 'furo'
53-
54-
# Add any paths that contain custom static files (such as style sheets) here,
55-
# relative to this directory. They are copied after the builtin static files,
56-
# so a file named "default.css" will overwrite the builtin "default.css".
57-
html_static_path = ['_static']

0 commit comments

Comments
 (0)