forked from repo-helper/contributing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
39 lines (33 loc) · 854 Bytes
/
repo_helper.yml
File metadata and controls
39 lines (33 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Configuration for 'repo_helper' (https://github.com/domdfcoding/repo_helper)
---
modname: 'contributing'
copyright_years: '2020-2021'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'python-formate'
assignee: 'domdfcoding'
version: '2021.0.0'
license: 'MIT'
short_desc: 'Contributing guide for projects in the python-formate organization'
use_whey: True
docs_fail_on_warning: true
sphinx_html_theme: furo
enable_tests: false
enable_conda: false
on_pypi: false
docs_url: https://contributing-to-formate.readthedocs.io
python_versions:
- '3.8'
sphinx_conf_epilogue:
- nitpicky = True
- del version
- del release
- html_title = "formate Contributing Guide"
- html_logo = "formate.png"
extra_sphinx_extensions:
- html_section
exclude_files:
- contributing
- Source_rst
- license_rst
preserve_custom_theme: true