Skip to content

Commit

Permalink
removed test cookiecutter config
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocagnetta committed Feb 27, 2024
1 parent 1de7397 commit a85bb2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"project_name": "test",
"author": "carlo",
"author_email": "[email protected]",
"project_name": "",
"author": "",
"author_email": "",
"package_name": "{{cookiecutter.project_name}}",
"python_version": ["3.11", "3.12"],
"project_url": "https://github.com/{{cookiecutter.author}}/{{cookiecutter.project_name}}",
"include_accsr_configuration_utils": ["N", "y"],
"include_readthedocs_yaml": ["N", "y"],
"initial_version": "0.1.0",
"_copy_without_render": [
"build_scripts/release-version.sh",
".github/workflows/tox-addition.yaml"
"build_scripts/release-version.sh"
]
}
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ html:
extra_footer : ""
google_analytics_id : "" # A GA id that can be used to track book views.
home_page_in_navbar : true # Whether to include your home page in the left Navigation Bar
baseurl : "{{project_url}}"
baseurl : "{{cookiecutter.project_url}}"
analytics:

comments:
Expand Down

0 comments on commit a85bb2b

Please sign in to comment.