Skip to content

Commit cd5510a

Browse files
authored
Build the docs in parallel in the pip environment (#1556)
1 parent 49a15a0 commit cd5510a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo "Deploying from ref ${GITHUB_REF#refs/*/}"
104104
echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
105105
- name: build docs
106-
run: sphinx-build -b html doc builtdocs
106+
run: sphinx-build -j auto -b html doc builtdocs
107107
- name: report failure
108108
if: failure()
109109
run: cat /tmp/sphinx-*.log | tail -n 100

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
# Customizations user guide moved to the reference
134134
'user_guide/Customization': 'ref/plotting_options/index',
135135
# 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',
137137
}
138138

139139
html_extra_path = ['topics.html']

0 commit comments

Comments
 (0)