Skip to content

Commit

Permalink
Add support for multiversion documentation (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Dec 13, 2024
1 parent 69cff49 commit aca0ae7
Show file tree
Hide file tree
Showing 77 changed files with 1,288 additions and 974 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build Documentation
run: |
poetry run python -m nox -s build-docs
poetry run python -m nox -s docs:build
checks:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build Documentation
run: |
poetry run python -m nox -s build-docs
poetry run python -m nox -s docs:build
checks:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:

- name: Build Documentation
run: |
poetry run python -m nox -s build-docs
touch doc/build/.nojekyll
poetry run python -m nox -s docs:multiversion
touch .html-documentation/.nojekyll
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./doc/build
folder: .html-documentation
git-config-name: Github Action
git-config-email: [email protected]

28 changes: 0 additions & 28 deletions .github/workflows/link-check.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.html-documentation
odbcconfig/odbcinst.ini

_build/
Expand Down
Loading

0 comments on commit aca0ae7

Please sign in to comment.