Skip to content

Commit 5cd722d

Browse files
committed
documentation
1 parent 3d495f8 commit 5cd722d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.local.jenkins.lin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ after_script:
2222
- if [ ${NAME} == "UT" ] then cp dist/*.whl {{root_path}}/../local_pypi/local_pypi_server fi
2323

2424
documentation:
25-
- if [ ${NAME} == "UT" ] then $PYINT -u setup.py build_sphinx --layout=html,pdf fi
25+
- if [ ${NAME} == "UT" ] then $PYINT -u setup.py build_sphinx --layout=html fi
2626
- if [ ${NAME} == "UT" ] then cp -R -f _doc/sphinxdoc/build/html dist/html fi

_doc/sphinxdoc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'Dataframe': 'https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html',
6464
'DataFrame': 'https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html',
6565
'dataframes': 'https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html',
66+
'dill': 'https://dill.readthedocs.io/en/latest/dill.html',
6667
'Hadoop': 'http://hadoop.apache.org/',
6768
'ijson': 'https://github.com/ICRAR/ijson',
6869
'nan': 'https://numpy.org/doc/stable/reference/constants.html#numpy.NAN',

0 commit comments

Comments
 (0)