diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | source/_static/.gitignore | 0 | ||||
-rw-r--r-- | source/_templates/.gitignore | 0 | ||||
-rw-r--r-- | source/conf.py | 4 |
4 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build 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'] |