Skip to content

Commit 656c954

Browse files
author
yaroslav
committed
docs update
1 parent 7f1be00 commit 656c954

File tree

82 files changed

+8439
-8407
lines changed

Some content is hidden

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

82 files changed

+8439
-8407
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install -r docs/requirements.txt
2929
30-
- name: Generate API reference
31-
run: sphinx-apidoc -o docs/source/_api omd2tex --separate
32-
3330
- name: Build HTML
3431
run: sphinx-build -b html docs/source docs/_build/html
3532

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apidoc:
1818
@mkdir -p "$(APIDIR)"
1919
@$(SPHINXAPIDOC) -o "$(APIDIR)" "../$(PROJECT)" --separate
2020

21-
html: apidoc
21+
html:
2222
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2323

2424
# Catch-all target: route unknown targets to Sphinx

docs/README.md

Lines changed: 1 addition & 8 deletions
-383 KB
Binary file not shown.
41.6 KB
Binary file not shown.
381 Bytes
Binary file not shown.
44.2 KB
Binary file not shown.
Binary file not shown.
234 KB
Binary file not shown.
263 KB
Binary file not shown.

0 commit comments

Comments
 (0)