Skip to content

Commit

Permalink
Update documentation theming.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 27, 2021
1 parent 9d79073 commit 0ef62b3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
1 change: 0 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ tag = True
[bumpversion:file:doc-source/index.rst]

[bumpversion:file:importcheck/__init__.py]

search = : str = "{current_version}"
replace = : str = "{new_version}"

Expand Down
10 changes: 10 additions & 0 deletions doc-source/_static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* This file is managed by 'repo_helper'. Don't edit it directly. */

div.highlight {
-moz-tab-size: 4;
tab-size: 4;
}

.field-list dt, dl.simple dt {
margin-top: 0.5rem;
}
5 changes: 0 additions & 5 deletions doc-source/_templates/layout.html

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ python-versions = [ "3.6", "3.7", "3.8", "3.9",]
python-implementations = [ "CPython",]
platforms = [ "Windows", "macOS", "Linux",]
license-key = "MIT"

[tool.mkrecipe]
conda-channels = [ "domdfcoding", "conda-forge",]
14 changes: 5 additions & 9 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ version: '0.3.0'
license: 'MIT'
short_desc: 'A tool to check all modules can be correctly imported.'

enable_conda: false

python_deploy_version: 3.6
use_whey: true
min_coverage: 98
enable_conda: false
sphinx_html_theme: furo
standalone_contrib_guide: true

python_versions:
- 3.6
Expand All @@ -24,10 +27,6 @@ keywords:
- import
- test

sphinx_html_theme: furo
standalone_contrib_guide: true
preserve_custom_theme: true

extra_sphinx_extensions:
- sphinx_click

Expand All @@ -37,9 +36,6 @@ console_scripts:
sphinx_conf_epilogue:
- nitpicky = True

min_coverage: 98
use_whey: true

classifiers:
- 'Development Status :: 4 - Beta'
- 'Environment :: Console'
Expand Down

0 comments on commit 0ef62b3

Please sign in to comment.