Skip to content

Commit 921992e

Browse files
committed
DOC: Fix bug with doc build
1 parent be9fd94 commit 921992e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
no_output_timeout: 25m
117117
command: |
118118
export PYTHONPATH=$PWD/build-install/lib/python3.11/site-packages
119-
python dev.py --no-build doc 2>&1 | tee sphinx_log.txt
119+
python dev.py --no-build doc -j2 2>&1 | tee sphinx_log.txt
120120
121121
- run:
122122
name: Check sphinx log for warnings (which are treated as errors)

doc/source/dev/contributor/contributor_toc.rst

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Compiled code
9494
development_workflow
9595
pep8
9696
../gitwash/gitwash
97-
../../reference/index
9897
reviewing_prs
9998
../triage
10099
adding_new

0 commit comments

Comments
 (0)