Skip to content

Commit 322f410

Browse files
committed
Hopefully working documentation now try 5
1 parent fa96f4d commit 322f410

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

.github/workflows/generate-documentation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
python3 -m pip install --upgrade pip
2626
python3 -m pip install sphinx sphinx-rtd-theme sphinxcontrib-napoleon
27+
python3 -m pip imstall lxml pandas aniso8601
2728
2829
- name: Build Sphinx docs
2930
run: |

docs/source/_static/.gitkeep

Whitespace-only changes.

docs/source/_templates/.gitkeep

Whitespace-only changes.

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
exclude_patterns = [
3030
"setup.py",
3131
"versioneer.py"
32+
"modules.rst"
3233
"triplets/rdfs_tools*"
3334
"triplets/export_schema*"
3435
]

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
triplets documentation
6+
Documentation
77
======================
88

99
.. toctree::

0 commit comments

Comments
 (0)