Store Docs Artifacts (#133)

* Store artifacts in docs CI

* Force `pytest` import above all else
This commit is contained in:
Stuart Reed
2024-05-02 16:36:41 -06:00
committed by GitHub
parent ae8113250e
commit ea09f5ff5c
2 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,8 @@ docs: &docs
- run:
name: run tox
command: python -m tox run -r
- store_artifacts:
path: /home/circleci/repo/docs/_build
- save_cache:
paths:
- .tox

View File

@ -7,6 +7,7 @@ combine_as_imports = true
extra_standard_library = "pytest"
force_grid_wrap = 1
force_sort_within_sections = true
force_to_top = "pytest"
honor_noqa = true
known_first_party = "<MODULE_NAME>"
known_third_party = "hypothesis"