Skip to content
Snippets Groups Projects
Commit 2e8853a8 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[build] Simplify recipe parsing and environment creation significantly and...

[build] Simplify recipe parsing and environment creation significantly and fixes multiple environment creation issues; Closes #70
parent c0ea1876
No related branches found
No related tags found
1 merge request!237Simplify recipe parsing and environment creation
Pipeline #52897 passed
......@@ -30,21 +30,3 @@ repos:
exclude: bob/devtools/templates/setup.py
- id: check-yaml
exclude: .*/meta.yaml
- repo: local
hooks:
- id: sphinx-build
name: sphinx build
entry: python -m sphinx.cmd.build
args: [-a, -E, -W, doc, sphinx]
language: system
files: ^doc/
types: [file]
pass_filenames: false
- id: sphinx-doctest
name: sphinx doctest
entry: python -m sphinx.cmd.build
args: [-a, -E, -b, doctest, doc, sphinx]
language: system
files: ^doc/
types: [file]
pass_filenames: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment