Skip to content

Commit edf5c01

Browse files
debugging-ci-docs-skip-ci (#47)
1 parent dcc1552 commit edf5c01

File tree

9 files changed

+26747
-5395
lines changed

9 files changed

+26747
-5395
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,27 @@ jobs:
3838
- name: Publish to PyPI
3939
uses: pypa/gh-action-pypi-publish@release/v1
4040

41+
docs:
42+
runs-on: ubuntu-latest
43+
permissions:
44+
id-token: write
45+
repository-projects: write
46+
contents: write
47+
pages: write
48+
49+
steps:
50+
- uses: actions/checkout@v4
51+
52+
- name: Set up Python 3.11
53+
uses: actions/setup-python@v5
54+
with:
55+
python-version: 3.11
56+
57+
- name: Install dependencies
58+
run: |
59+
python -m pip install --upgrade pip
60+
pip install tox
61+
4162
- name: Build docs
4263
run: |
4364
tox -e docs

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# Add any Sphinx extension module names here, as strings. They can be extensions
6363
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
6464
extensions = [
65-
"myst_nb",
65+
# "myst_nb",
6666
"sphinx.ext.autodoc",
6767
"sphinx.ext.intersphinx",
6868
"sphinx.ext.todo",
@@ -310,6 +310,8 @@
310310
extensions.remove('myst_parser')
311311
extensions.append('myst_nb')
312312

313+
nb_execution_mode = "off"
314+
313315
# Less verbose api documentation
314316
extensions.append('sphinx_autodoc_typehints')
315317

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
crc32c
2+
decima
13
furo
24
ipython
35
myst-nb

docs/tutorials/1-attribution-motif-discovery.ipynb

Lines changed: 3050 additions & 1459 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)