Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sassena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DAPHNE4NFDI
Sassena
Commits
b9216015
Commit
b9216015
authored
1 year ago
by
Daniel Vonk
Browse files
Options
Downloads
Patches
Plain Diff
Add conf.py for sphinx
parent
3efbda45
No related branches found
No related tags found
No related merge requests found
Pipeline
#369535
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/sphinx/conf.py
+32
-0
32 additions, 0 deletions
docs/sphinx/conf.py
with
32 additions
and
0 deletions
docs/sphinx/conf.py
0 → 100644
+
32
−
0
View file @
b9216015
"""
Configuration file for the Sphinx documentation builder.
For the full list of built-in configuration values, see the documentation:
https://www.sphinx-doc.org/en/master/usage/configuration.html
"""
import
os
import
datetime
currentDateTime
=
datetime
.
datetime
.
now
()
date
=
currentDateTime
.
date
()
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project
=
'
Sassena
'
version
=
os
.
environ
.
get
(
'
CMAKE_PROJECT_VERSION
'
)
or
''
author
=
'
ABCD
'
project_copyright
=
'
{}, Sassena Authors
'
.
format
(
date
.
year
)
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions
=
[
'
sphinx_rtd_theme
'
]
root_doc
=
'
index
'
# exclude_patterns = ['sphinx', 'doxybook']
suppress_warnings
=
[
'
misc.highlighting_failure
'
]
html_theme
=
'
sphinx_rtd_theme
'
This diff is collapsed.
Click to expand it.
Daniel Vonk
@daniel.vonk
mentioned in commit
0868d23d
·
11 months ago
mentioned in commit
0868d23d
mentioned in commit 0868d23d3654b1ffbc44dd54689db6bad1c20507
Toggle commit list
Daniel Vonk
@daniel.vonk
mentioned in commit
6b6f71c4
·
11 months ago
mentioned in commit
6b6f71c4
mentioned in commit 6b6f71c40e5d1e9c29d752a59988d970f1c128bb
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment