Skip to content

Commit a14f392

Browse files
committed
Updated files with 'repo_helper'.
1 parent 03c2336 commit a14f392

File tree

6 files changed

+4
-8
lines changed

6 files changed

+4
-8
lines changed

.github/workflows/docs_test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Install and Build 🔧
1515
uses: ammaraskar/sphinx-action@master
1616
with:
17-
pre-build-command: apt-get update && apt-get install gcc python3-dev git -y && python -m pip install tox
17+
pre-build-command: apt-get update && apt-get install gcc python3-dev git pandoc -y && python -m pip install tox
1818
docs-folder: "doc-source/"
1919
build-command: "tox -e docs -- "

.isort.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ known_third_party =
2222
github
2323
importlib_metadata
2424
importlib_resources
25-
iniconfig
2625
pandas
2726
pydash
2827
pytest

doc-source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
intersphinx_mapping = {
7070
'python': ('https://docs.python.org/3/', None),
7171
'sphinx': ('https://www.sphinx-doc.org/en/stable/', None),
72-
'rtd': ('https://docs.readthedocs.io/en/latest/', None),
73-
"h5py": ('https://docs.h5py.org/en/latest/', None),
74-
"sarge": ('https://sarge.readthedocs.io/en/latest/', None),
7572
'pandas': ('https://pandas.pydata.org/docs/', None),
7673
}
7774

doc-source/docutils.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[restructuredtext parser]
2-
tab_width: 4
2+
tab_width : 4

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sphinx-copybutton>=0.2.12
99
sphinx-notfound-page>=0.5
1010
sphinx-prompt>=1.1.0
1111
sphinx-tabs>=1.1.13
12-
sphinx-toolbox>=1.0.0
12+
sphinx-toolbox>=1.5.1
1313
sphinxcontrib-httpdomain>=1.7.0
1414
sphinxemoji>=0.1.6
1515
toctree_plus>=0.0.4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ python =
4747

4848
[testenv]
4949
setenv =
50-
PYTHONDEVMODE = 1
5150
PIP_USE_FEATURE = 2020-resolver
51+
PYTHONDEVMODE = 1
5252
deps = -r{toxinidir}/tests/requirements.txt
5353
extras = all
5454
commands =

0 commit comments

Comments
 (0)