Skip to content

Commit

Permalink
Move dynamic doc ref material to RTD process
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Oct 3, 2023
1 parent f25aa7f commit 134e16c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 952 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build.cache
.release_name
.release_path
docs/source/_build/
docs/source/dyn/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ repos:
entry: ^(from build\.lib|import build\.)
language: pygrep
types: [python]
- id: make-dynamic-docs
name: Generating dynamic reference docs -> docs/source/cli.rst
language: script
entry: make_dyn_docs.py
types: [ python ]
pass_filenames: false
- id: ksconf-unittest
name: Run all unit tests for ksconf
language: script
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
- echo "Post-install"
- python -m pip install -U pip wheel setuptools
- python setup.py install

- python make_dyn_docs.py


# Build documentation in the "docs/" directory with Sphinx
Expand Down

0 comments on commit 134e16c

Please sign in to comment.