Skip to content

Commit 9d2f545

Browse files
committed
use docc instead of sphinx
Update doc build to use docc Update pyproject.toml Update gh-pages.yaml Start a docc plugin for diffs Fix build inside of tox Get diff working Use ins/del instead of div Reduce irrelevant diffs in name nodes Pass through parent instead of creating div Support markdown diff pull in latest fladrif Group diffs where possible Show diffs in directory listings Exclude ethereum_{optimized,spec_tools} Switch to published docc
1 parent 062fd94 commit 9d2f545

File tree

23 files changed

+1281
-914
lines changed

23 files changed

+1281
-914
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Python
1010
uses: actions/setup-python@v2
1111
with:
12-
python-version: "3.8"
12+
python-version: "3.11"
1313

1414
- name: Checkout
1515
uses: actions/[email protected]
@@ -19,10 +19,13 @@ jobs:
1919

2020
- name: Sphinx
2121
run: tox -e doc
22+
23+
- name: No Jekyll
24+
run: touch .tox/docs/.nojekyll
2225

2326
- name: Deploy
2427
if: ${{ github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/pyspec') }}
2528
uses: JamesIves/[email protected]
2629
with:
2730
branch: gh-pages
28-
folder: .tox/docs/stage1_out
31+
folder: .tox/docs

.github/workflows/test.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pip-delete-this-directory.txt
4747
.tox/
4848

4949
/doc/_autosummary
50+
/docs
5051

5152
.coverage
5253

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

5657
tests/execution-spec-generated-tests
5758
tests/fixtures
58-
tests/t8n_testdata
59+
tests/t8n_testdata

doc/_static/css/custom.css

Lines changed: 0 additions & 117 deletions
This file was deleted.

doc/_static/css/dropdown.css

Lines changed: 0 additions & 103 deletions
This file was deleted.

doc/_static/js/toggle_diffs.js

Lines changed: 0 additions & 71 deletions
This file was deleted.

doc/_templates/autoapi/index.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)