-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wilfried (Mac)
committed
Dec 19, 2023
1 parent
86a56e8
commit f0fca97
Showing
3 changed files
with
117 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python3 | ||
# -*- coding: utf-8 -*- | ||
""" | ||
.. codeauthor:: Hugo Plombat - LUPM <[email protected]> & Wilfried Mercier - IRAP <wilfried.mercier@irap.omp.eu> | ||
.. codeauthor:: Hugo Plombat - LUPM <[email protected]> & Wilfried Mercier - IRAP/LAM <wilfried.mercier@ilam.fr> | ||
Configuration script for Sphinx documentation. | ||
""" | ||
|
@@ -16,7 +16,7 @@ def skip(app, what, name, obj, would_skip, options): | |
################################################### | ||
|
||
project = 'pixSED' | ||
copyright = '2023, Wilfried Mercier' | ||
copyright = '2022-2024, Wilfried Mercier' | ||
author = 'Wilfried Mercier' | ||
show_authors = True | ||
|
||
|
@@ -43,9 +43,6 @@ def skip(app, what, name, obj, would_skip, options): | |
# Options for HTML output # | ||
####################################################### | ||
|
||
#html_theme = 'karma_sphinx_theme' | ||
#html_theme = "sphinxawesome_theme" | ||
# html_logo = "path/to/my/logo.png" | ||
html_theme = "pydata_sphinx_theme" | ||
|
||
|
||
|
@@ -70,8 +67,17 @@ def skip(app, what, name, obj, would_skip, options): | |
"type": "fontawesome", | ||
}], | ||
|
||
"announcement" : "Support for LePhare is currently deprecated as it relies on the old Fortran version. Please use Cigale instead.", | ||
"show_nav_level" : 2 | ||
"logo": { | ||
|
||
# Alt text for blind people | ||
"alt_text" : "pixSED documentation - Home", | ||
"text" : "pixSED", | ||
"image_light" : "_static/logo1.png", | ||
"image_dark" : "_static/logo1.png", | ||
}, | ||
|
||
"announcement" : "Support for LePhare is currently deprecated as it relies on the old Fortran version. Please use Cigale instead.", | ||
"show_nav_level" : 2 | ||
} | ||
|
||
# Add sypport for custom css file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters