Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .github/workflows/docs.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ build:
jobs:
pre_install:
# Install minimal dependencies needed for doc build
- pip install sphinx renku-sphinx-theme sphinx-rtd-theme click pyyaml
- pip install sphinx renku-sphinx-theme sphinx-rtd-theme click pyyaml jsonschema rstcheck
pre_build:
# Generate API documentation from source
- sphinx-apidoc --ext-autodoc --output-dir docs fremorizer/ --separate
# rst lint
- rstcheck --recursive docs/

# Configure Sphinx
sphinx:
configuration: docs/conf.py



Loading