File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
echo "Deploying from ref ${GITHUB_REF#refs/*/}"
104
104
echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
105
105
- name : build docs
106
- run : sphinx-build -b html doc builtdocs
106
+ run : sphinx-build -j auto - b html doc builtdocs
107
107
- name : report failure
108
108
if : failure()
109
109
run : cat /tmp/sphinx-*.log | tail -n 100
Original file line number Diff line number Diff line change 133
133
# Customizations user guide moved to the reference
134
134
'user_guide/Customization' : 'ref/plotting_options/index' ,
135
135
# Pandas API viz user guide moved to the reference
136
- 'user_guide/pandas_api' : 'ref/api_compatibility/pandas/pandas_api ' ,
136
+ 'user_guide/pandas_api' : 'ref/api_compatibility/pandas/Pandas_API ' ,
137
137
}
138
138
139
139
html_extra_path = ['topics.html' ]
You can’t perform that action at this time.
0 commit comments