Take 3
This commit is contained in:
parent
cdd70603ba
commit
1e27e7afa4
2 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: "ubuntu-22.04"
|
||||||
tools:
|
tools:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
|
|
||||||
|
|
@ -10,8 +10,8 @@ sphinx:
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
- requirements: docs/source/requirements.txt
|
||||||
- method: pip
|
- method: pip
|
||||||
path: .
|
path: .
|
||||||
extra_requirements:
|
extra_requirements:
|
||||||
- docs
|
- docs
|
||||||
- sphinx-copybutton
|
|
||||||
3
docs/source/requirements.txt
Normal file
3
docs/source/requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
sphinx-book-theme==1.0.1
|
||||||
|
sphinx-copybutton==0.5.2
|
||||||
|
sphinx-design==0.5.0
|
||||||
Loading…
Reference in a new issue