Skip to content

Commit 5f271f2

Browse files
authored
Merge pull request #19 from aclark4life/main
Update docs
2 parents c112bd3 + b215621 commit 5f271f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ src/
2727
home/
2828
.dockerignore
2929
Dockerfile
30-
requirements.txt
3130
search/
3231
uv.lock
3332
docs/_build/

.readthedocs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ sphinx:
1717
# Optionally, but recommended,
1818
# declare the Python requirements required to build your documentation
1919
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20-
# python:
21-
# install:
22-
# - requirements: docs/requirements.txt
20+
python:
21+
install:
22+
- requirements: docs/requirements.txt

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-copybutton

0 commit comments

Comments
 (0)