Skip to content

Commit

Permalink
CI: Speed up doc build by allowing pyproj global context
Browse files Browse the repository at this point in the history
Adds the environment variable PYPROJ_GLOBAL_CONTEXT=ON
  • Loading branch information
greglucas authored and snowman2 committed Aug 13, 2021
1 parent f0908a4 commit 1152eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ doc-run: &doc-build
name: Build documentation
command: |
source activate test-environment
PYPROJ_GLOBAL_CONTEXT=ON
make -C docs html
Expand Down

0 comments on commit 1152eab

Please sign in to comment.