File tree Expand file tree Collapse file tree 3 files changed +1
-27
lines changed Expand file tree Collapse file tree 3 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
5246docstring-convention = numpy
5347exclude =
You can’t perform that action at this time.
0 commit comments