Skip to content

Commit

Permalink
📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 28, 2024
1 parent b4c24dd commit a2039e2
Show file tree
Hide file tree
Showing 12 changed files with 1,122 additions and 111 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- name: Install Sphinx dependencies
working-directory: docs
run: pip install -r requirements.txt
- name: Convert README.md to reStructuredText
uses: docker://pandoc/core:3.1-alpine
with:
args: --from=markdown --to=rst --output=docs/README.rst README.md
- name: Sphinx build
working-directory: docs
run: sphinx-build . _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
rm -rf dist
rm -rf $CHANGELOG_PATH
documentation:
uses: ./.github/workflows/documentation.yml
uses: ./.github/workflows/docs.yml
needs: publish
secrets: inherit
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ instance/

# Sphinx documentation
docs/_build/
docs/README.rst

# PyBuilder
target/
Expand Down
Loading

0 comments on commit a2039e2

Please sign in to comment.