We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9fd94 commit 921992eCopy full SHA for 921992e
.circleci/config.yml
@@ -116,7 +116,7 @@ jobs:
116
no_output_timeout: 25m
117
command: |
118
export PYTHONPATH=$PWD/build-install/lib/python3.11/site-packages
119
- python dev.py --no-build doc 2>&1 | tee sphinx_log.txt
+ python dev.py --no-build doc -j2 2>&1 | tee sphinx_log.txt
120
121
- run:
122
name: Check sphinx log for warnings (which are treated as errors)
doc/source/dev/contributor/contributor_toc.rst
@@ -94,7 +94,6 @@ Compiled code
94
development_workflow
95
pep8
96
../gitwash/gitwash
97
- ../../reference/index
98
reviewing_prs
99
../triage
100
adding_new
0 commit comments