Skip to content

Commit f99df2c

Browse files
committed
TMP: Homepage
1 parent ed29abb commit f99df2c

68 files changed

Lines changed: 342 additions & 10464 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.py[co]
22
*.DS_STORE
3+
_build/

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-24.04
8+
tools:
9+
python: "3.13"
10+
11+
sphinx:
12+
configuration: conf.py
13+
14+
python:
15+
install:
16+
- requirements: requirements.txt

0 commit comments

Comments
 (0)