aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJ08nY2021-04-10 16:58:23 +0200
committerJ08nY2021-04-10 17:00:00 +0200
commita7ad11f7cd917be55dbd036a516fefda4d19dd4a (patch)
tree02f5903cdf83b33db998e5c1c9455e3e8b4acb21 /docs
parentca44c914198ecb5242d725fae512f5f5ab79c32f (diff)
downloadpyecsca-a7ad11f7cd917be55dbd036a516fefda4d19dd4a.tar.gz
pyecsca-a7ad11f7cd917be55dbd036a516fefda4d19dd4a.tar.zst
pyecsca-a7ad11f7cd917be55dbd036a516fefda4d19dd4a.zip
Add pre-commit.
Diffstat (limited to 'docs')
-rw-r--r--docs/.gitignore2
-rw-r--r--docs/_static/.gitignore2
-rw-r--r--docs/_static/custom.css2
-rw-r--r--docs/conf.py5
4 files changed, 4 insertions, 7 deletions
diff --git a/docs/.gitignore b/docs/.gitignore
index f6070b7..3bb33ca 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,2 +1,2 @@
_build/
-api/* \ No newline at end of file
+api/*
diff --git a/docs/_static/.gitignore b/docs/_static/.gitignore
index d5ecedf..423213e 100644
--- a/docs/_static/.gitignore
+++ b/docs/_static/.gitignore
@@ -1,2 +1,2 @@
font/
-graphik.css \ No newline at end of file
+graphik.css
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index 129bd44..f92e0ba 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -8,4 +8,4 @@ img.logo {
dl.class, dl.function {
margin-bottom: 15px;
-} \ No newline at end of file
+}
diff --git a/docs/conf.py b/docs/conf.py
index 438d83b..8fafb3b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -120,9 +120,6 @@ html_css_files = [
#
# html_sidebars = {}
-
-
-
# -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder.
@@ -134,7 +131,7 @@ htmlhelp_basename = 'pyecscadoc'
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#
- # 'papersize': 'letterpaper',
+ 'papersize': 'a4paper',
# The font size ('10pt', '11pt' or '12pt').
#