File tree Expand file tree Collapse file tree 6 files changed +1242
-7
lines changed Expand file tree Collapse file tree 6 files changed +1242
-7
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ build :
4
+ os : ubuntu-20.04
5
+ tools :
6
+ python : " 3.10"
7
+ jobs :
8
+ post_install :
9
+ - pip install "poetry>=1.2.0,<1.3.0"
10
+ - poetry config virtualenvs.create false
11
+ - poetry install
12
+
13
+ # Build documentation with Sphinx
14
+ sphinx :
15
+ builder : html
16
+ configuration : conf.py
17
+ fail_on_warning : true
Original file line number Diff line number Diff line change
1
+ .funding {
2
+ font-size : 75% ;
3
+ position : absolute;
4
+ bottom : 1rem ;
5
+ }
6
+
7
+ /* Workaround for sidebar scrollbar, see also https://github.com/executablebooks/sphinx-book-theme/issues/732 */
8
+ .bd-sidebar-primary div # rtd-footer-container {
9
+ position : fixed;
10
+ }
11
+
1
12
img .member {
2
13
max-width : 15% ;
3
- border-radius : 50% ;
14
+ border-radius : 50% !important ;
4
15
margin-top : 0.3em ;
5
16
}
6
17
Original file line number Diff line number Diff line change
1
+ < div class ="funding ">
2
+ Funded by the < i > Initiative and Networking Fund</ i > of the
3
+ < a href ='https://www.helmholtz.de/en/about-us/structure-and-governance/initiating-and-networking/ ' target ='_blank '>
4
+ Helmholtz Association
5
+ </ a >
6
+ in the framework of the
7
+ < a href ='https://helmholtz-metadaten.de ' targe ='_blank '> Helmholtz Metadata Collaboration</ a >
8
+ </ div >
Original file line number Diff line number Diff line change 83
83
84
84
# Custom sidebar templates, maps document names to template names.
85
85
html_sidebars = {
86
- "**" : ["sidebar -logo.html" , "sbt-sidebar-nav.html" ]
86
+ "**" : ["navbar -logo.html" , "sbt-sidebar-nav.html" , "funding .html" ]
87
87
}
88
88
89
89
# Enable and customize the permanent headerlinks with a nice icon (chain symbol from FontAwesome)
92
92
93
93
html_theme_options = {
94
94
"home_page_in_toc" : True ,
95
- "extra_navbar" : "<div>Funded by the <i>Initiative and Networking Fund</i> of the <a \
96
- href='https://www.helmholtz.de/en/about-us/structure-and-governance/initiating-and-networking/' \
97
- target='_blank'>Helmholtz Association</a> in the framework of the \
98
- <a href='https://helmholtz-metadaten.de' targe='_blank'>Helmholtz Metadata \
99
- Collaboration</a></div>" ,
100
95
"repository_url" : "https://github.com/hermes-hmc/project" ,
101
96
"use_repository_button" : True ,
97
+ "navigation_with_keys" : False ,
102
98
}
103
99
104
100
html_css_files = [
105
101
'custom.css' ,
106
102
]
107
103
104
+ html_context = {
105
+ "default_mode" : "light" ,
106
+ }
107
+
108
108
# -- Options for OpenGraph Tags ----------------------------------------------
109
109
110
110
ogp_site_url = "https://project.software-metadata.pub/"
You can’t perform that action at this time.
0 commit comments