diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-21 08:43:59 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-21 08:43:59 +0200 |
commit | ba9650c086be378741df00dde6586238ab7071a0 (patch) | |
tree | 1f67613112fb4330b9622fce00cc39b0f5b6d5ca /source | |
parent | 444247901a1acf4824430c6ac907a4d3eeb94e28 (diff) |
Structure cleanup
Diffstat (limited to 'source')
-rw-r--r-- | source/_static/.gitignore | 0 | ||||
-rw-r--r-- | source/_templates/.gitignore | 0 | ||||
-rw-r--r-- | source/conf.py | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/source/_static/.gitignore b/source/_static/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/source/_static/.gitignore diff --git a/source/_templates/.gitignore b/source/_templates/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/source/_templates/.gitignore diff --git a/source/conf.py b/source/conf.py index 5cc147b..feadb79 100644 --- a/source/conf.py +++ b/source/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'Eternal Volta' -copyright = "2020, Elena ``of Valhalla''" +copyright = "2020, Elena Grandi" author = "Elena ``of Valhalla''" # The full version, including alpha/beta/rc tags @@ -52,4 +52,4 @@ html_theme = 'alabaster' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static']
\ No newline at end of file +html_static_path = ['_static'] |