cookiecutter icon indicating copy to clipboard operation
cookiecutter copied to clipboard

A cookiecutter template for a Sphinx extension

Results 9 cookiecutter issues
Sort by recently updated
recently updated
newest added

I started to use cookiecutter for various things and I didn't realized there was a specific one for extentions. Would you be interested in updating the strucure to more modern...

* Update to pyproject.toml * Update to current python versions * Update .gitignore * Readme.rst to Readme.md (easy to rebase this out if we don't want) * Github action to...

The file `sphinxcontrib/__init__.py` should be removed so that it does not class across projects. This is a [namespace package](https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#native-namespace-packages). See also: * https://github.com/sphinx-contrib/zopeext/issues/5#issuecomment-1006287759

I recommend moving the package to `src/sphinxcontrib/` so that tests don't accidentally test against the source. (I ran into an issue when switching package formats: my tests all passed, but...

tox command in just created new project based on this template crashes with pbr this exception: _Versioning for this project requires either an sdist tarball, or access to an upstream...

- add python 3.7 and 3.8 - add mypy to default envlist - comments for beginners - remove isort deprecated parameters - use more helpful long parameters

I'm not too much skilled in tox but it looks that the "envlist" under "[tox]" section misses the mypy environment. Without it it is never tested. https://github.com/sphinx-contrib/cookiecutter/blob/7e511df131c8f5d728504deb6cdc527adf14d947/%7B%7Bcookiecutter.project_name%7D%7D/tox.ini#L3 If you confirm...

As per the title. e.g. `:copyright: Copyright 2017 by Dominic Davis-Foster` even though I've only just run cookiecutter. I assume the year is hardcoded? Could it be reconfigured to get...

- re: 3.7 support w/ Travis: https://github.com/travis-ci/travis-ci/issues/9815#issue-336465122