aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-09-21 08:43:59 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-09-21 08:43:59 +0200
commitba9650c086be378741df00dde6586238ab7071a0 (patch)
tree1f67613112fb4330b9622fce00cc39b0f5b6d5ca
parent444247901a1acf4824430c6ac907a4d3eeb94e28 (diff)
Structure cleanup
-rw-r--r--.gitignore1
-rw-r--r--source/_static/.gitignore0
-rw-r--r--source/_templates/.gitignore0
-rw-r--r--source/conf.py4
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']