Skip to content

Commit 67d95c4

Browse files
author
Joseph Hamman
committed
try 2
1 parent 00984ba commit 67d95c4

File tree

4 files changed

+21
-118
lines changed

4 files changed

+21
-118
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Object files
1+
Object files
22
*.o
33
*.ko
44
*.obj
@@ -44,3 +44,7 @@ TAGS
4444
__pycache__
4545
.ipynb_checkpoints
4646
.eggs
47+
48+
# docs
49+
_build/
50+
site/

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# File: .readthedocs.yaml
2+
3+
version: 2
4+
5+
build:
6+
os: "ubuntu-20.04"
7+
tools:
8+
python: "3.9"
9+
10+
mkdocs:
11+
configuration: mkdocs.yml
12+
13+
python:
14+
install:
15+
- requirements: docs/requirements.txt

docs/custom_rtd_theme/base.html

Lines changed: 0 additions & 117 deletions
This file was deleted.

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs==1.2.3

0 commit comments

Comments
 (0)