Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the switch to docc #833

Merged
merged 13 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 5 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.11"

- name: Checkout
uses: actions/checkout@v2.3.1
Expand All @@ -19,10 +19,13 @@ jobs:

- name: Sphinx
run: tox -e doc

- name: No Jekyll
run: touch .tox/docs/.nojekyll

- name: Deploy
if: ${{ github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/pyspec') }}
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: .tox/docs/stage1_out
folder: .tox/docs
41 changes: 0 additions & 41 deletions .github/workflows/test.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pip-delete-this-directory.txt
.tox/

/doc/_autosummary
/docs

.coverage

Expand All @@ -55,4 +56,4 @@ pip-delete-this-directory.txt

tests/execution-spec-generated-tests
tests/fixtures
tests/t8n_testdata
tests/t8n_testdata
117 changes: 0 additions & 117 deletions doc/_static/css/custom.css

This file was deleted.

103 changes: 0 additions & 103 deletions doc/_static/css/dropdown.css

This file was deleted.

71 changes: 0 additions & 71 deletions doc/_static/js/toggle_diffs.js

This file was deleted.

13 changes: 0 additions & 13 deletions doc/_templates/autoapi/index.rst

This file was deleted.

Loading