Skip to content

Commit 15fab14

Browse files
committed
Fix.
1 parent f89e0f8 commit 15fab14

File tree

3 files changed

+1
-27
lines changed

3 files changed

+1
-27
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,3 @@ jobs:
6565
if: runner.os == 'Linux' && matrix.python-version == '3.8'
6666
shell: bash -l {0}
6767
run: bash <(curl -s https://codecov.io/bash) -F end_to_end -c
68-
69-
70-
docs:
71-
72-
name: Run documentation.
73-
runs-on: ubuntu-latest
74-
75-
steps:
76-
- uses: actions/checkout@v2
77-
- uses: conda-incubator/setup-miniconda@v2
78-
with:
79-
auto-update-conda: true
80-
81-
- name: Install core dependencies.
82-
shell: bash -l {0}
83-
run: conda install -c conda-forge tox-conda
84-
85-
- name: Build docs
86-
shell: bash -l {0}
87-
run: tox -e sphinx

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- jupyterlab
3333
- matplotlib
3434
- pre-commit
35-
- pydgraphviz
35+
- pygraphviz
3636
- pytest
3737
- pytest-cov
3838
- pytest-xdist

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ commands =
4242
sphinx-build -T -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
4343
- sphinx-build -T -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/linkcheck
4444

45-
[doc8]
46-
ignore = D002, D004
47-
ignore-path =
48-
docs/build
49-
max-line-length = 88
50-
5145
[flake8]
5246
docstring-convention = numpy
5347
exclude =

0 commit comments

Comments
 (0)