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
|
||||
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
os: "ubuntu-22.04"
|
||||
tools:
|
||||
python: "3.10"
|
||||
|
||||
|
|
@ -10,8 +10,8 @@ sphinx:
|
|||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/source/requirements.txt
|
||||
- method: pip
|
||||
path: .
|
||||
extra_requirements:
|
||||
- docs
|
||||
- sphinx-copybutton
|
||||
- docs
|
||||
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