We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f63d3cb + 6609c48 commit e7edb08Copy full SHA for e7edb08
main/conf.py
@@ -1,32 +1,5 @@
1
import os
2
import sys
3
import datetime
4
-
5
-now = datetime.datetime.now()
6
7
-copyright = str(now.year) + ' LibreCode coop'
8
-project = 'LibreSign Documentation'
9
-author = 'LibreSign Team'
10
-release = '1.0'
11
12
13
14
15
-extensions = [
16
- 'sphinx_rtd_theme',
17
- 'sphinx_rtd_dark_mode',
18
-]
19
20
-templates_path = ['_templates']
21
-exclude_patterns = []
22
23
-html_theme = 'sphinx_rtd_theme'
24
-html_logo = "images/logo.png"
25
-html_theme_options = {
26
- 'style_nav_header_background': '#184c4e',
27
- 'logo_only': True,
28
- 'navigation_with_keys': True,
29
- 'style_external_links': True,
30
- 'version_selector': False,
31
-}
32
+sys.path.insert(0, os.path.abspath('../'))
+from conf import *
0 commit comments