We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a2723 commit 297ef35Copy full SHA for 297ef35
.circleci/config.yml
@@ -5,19 +5,13 @@ orbs:
5
6
jobs:
7
build_docs:
8
- executor: python/default
+ docker:
9
+ - image: circleci/python:3.9
10
steps:
11
- checkout
- - python/install-deps
12
- run:
13
- name: Build cheatsheets and docs
14
- command: make all
15
- - persist_to_workspace:
16
- root: docs/_build/html
17
- paths: .
18
- - store_artifacts:
19
- path: docs/_build/html/
20
-
+ command: echo "placeholder"
+
21
workflows:
22
main:
23
requirements/requirements.txt
@@ -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
0 commit comments