Initial commit. Adding docs
This commit is contained in:
parent
379f7fe69e
commit
9fc23f4348
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
venv/
|
@ -1,3 +1,9 @@
|
||||
# HerrewebPy
|
||||
|
||||
Python pakket voor Herreweb
|
||||
Python package for Herreweb.
|
||||
|
||||
```
|
||||
python -m venv venv
|
||||
source venv/bin/activate # On Windows: venv\Scripts\activate
|
||||
pip install sphinx sphinx-rtd-theme sphinxcontrib-napoleon
|
||||
```
|
4
docs/conf.py
Normal file
4
docs/conf.py
Normal file
@ -0,0 +1,4 @@
|
||||
# docs/conf.py
|
||||
extensions = [
|
||||
'myst_parser',
|
||||
]
|
1
herrewebpy/__init__.py
Normal file
1
herrewebpy/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from . import *
|
3
readthedocs.yml
Normal file
3
readthedocs.yml
Normal file
@ -0,0 +1,3 @@
|
||||
version: 2
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
Loading…
Reference in New Issue
Block a user