Skip to content

Commit c3c99be

Browse files
committed
Up skel (switch to furo docs theme, some ci conf fixes, ruff-format etc).
1 parent b191bf9 commit c3c99be

File tree

12 files changed

+144
-142
lines changed

12 files changed

+144
-142
lines changed

.cookiecutterrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)
22

33
default_context:
4-
allow_tests_inside_package: 'no'
5-
c_extension_function: '-'
6-
c_extension_module: '-'
74
c_extension_optional: 'no'
85
c_extension_support: 'no'
96
codacy: 'no'
@@ -17,10 +14,12 @@ default_context:
1714
email: contact@ionelmc.ro
1815
formatter_quote_style: single
1916
full_name: Ionel Cristian Mărieș
17+
function_name: compute
2018
github_actions: 'yes'
2119
github_actions_osx: 'yes'
2220
github_actions_windows: 'no'
2321
license: BSD 2-Clause License
22+
module_name: core
2423
package_name: manhole
2524
pre_commit: 'yes'
2625
project_name: manhole
@@ -38,10 +37,11 @@ default_context:
3837
sphinx_docs: 'yes'
3938
sphinx_docs_hosting: https://python-manhole.readthedocs.io/
4039
sphinx_doctest: 'no'
41-
sphinx_theme: sphinx-py3doc-enhanced-theme
40+
sphinx_theme: furo
4241
test_matrix_separate_coverage: 'yes'
42+
tests_inside_package: 'no'
4343
version: 1.8.0
4444
version_manager: bump2version
4545
website: http://blog.ionelmc.ro
4646
year_from: '2012'
47-
year_to: '2022'
47+
year_to: '2024'

0 commit comments

Comments
 (0)