diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a1647a5..639fae3 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,6 +1,7 @@ # Changes here will be overwritten by Copier -_commit: 42057e0 +_commit: 8c06bd5 _src_path: https://github.com/python-project-templates/base.git +add_docs: false add_extension: python email: t.paine154@gmail.com github: python-project-templates diff --git a/.gitignore b/.gitignore index 5e96e1e..999ba3f 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,14 @@ ENV/ .Trashes .VolumeIcon.icns +# Documentation +/site +index.md +docs/_build/ +docs/src/_build/ +docs/api +docs/index.md + # Directories potentially created on remote AFP share .AppleDB .AppleDesktop