Skip to content

Commit

Permalink
MNT: fix circle (matplotlib#84)
Browse files Browse the repository at this point in the history
* MNT: fix circle

* MNT: make circle a placeholder

* MNT: make circle a placeholder
  • Loading branch information
jklymak authored Nov 15, 2021
1 parent 21a2723 commit 297ef35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ orbs:

jobs:
build_docs:
executor: python/default
docker:
- image: circleci/python:3.9
steps:
- checkout
- python/install-deps
- run:
name: Build cheatsheets and docs
command: make all
- persist_to_workspace:
root: docs/_build/html
paths: .
- store_artifacts:
path: docs/_build/html/

command: echo "placeholder"

workflows:
main:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# via virtualenv
babel==2.9.1
# via sphinx
beautifulsoup4==4.10.0
beautifulsoup4==4.9.3
# via pydata-sphinx-theme
bump2version==1.0.1
# via -r requirements.in
Expand Down

0 comments on commit 297ef35

Please sign in to comment.