Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
ff6142d2
Commit
ff6142d2
authored
4 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add rtd theme
parent
b8eb215b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/doc/conf.py
+4
-1
4 additions, 1 deletion
src/doc/conf.py
unittests/docker/Dockerfile
+1
-1
1 addition, 1 deletion
unittests/docker/Dockerfile
with
5 additions
and
2 deletions
src/doc/conf.py
+
4
−
1
View file @
ff6142d2
...
@@ -29,6 +29,8 @@ version = '0.X.Y'
...
@@ -29,6 +29,8 @@ version = '0.X.Y'
release
=
'
0.x.y-beta-rc2
'
release
=
'
0.x.y-beta-rc2
'
import
sphinx
-
rtd
-
theme
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
# If your documentation needs a minimal Sphinx version, state it here.
...
@@ -43,6 +45,7 @@ extensions = [
...
@@ -43,6 +45,7 @@ extensions = [
'
sphinx.ext.intersphinx
'
,
'
sphinx.ext.intersphinx
'
,
'
sphinx.ext.napoleon
'
,
# For Google style docstrings
'
sphinx.ext.napoleon
'
,
# For Google style docstrings
"
recommonmark
"
,
# For markdown files.
"
recommonmark
"
,
# For markdown files.
"
sphinx-rtd-theme
"
,
]
]
# Add any paths that contain templates here, relative to this directory.
# Add any paths that contain templates here, relative to this directory.
...
@@ -82,7 +85,7 @@ pygments_style = None
...
@@ -82,7 +85,7 @@ pygments_style = None
# The theme to use for HTML and HTML Help pages. See the documentation for
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# a list of builtin themes.
#
#
html_theme
=
'
alabaster
'
html_theme
=
"
sphinx-rtd-theme
"
# Theme options are theme-specific and customize the look and feel of a theme
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# further. For a list of options available for each theme, see the
...
...
This diff is collapsed.
Click to expand it.
unittests/docker/Dockerfile
+
1
−
1
View file @
ff6142d2
...
@@ -7,4 +7,4 @@ RUN apt-get update && \
...
@@ -7,4 +7,4 @@ RUN apt-get update && \
ARG
COMMIT="dev"
ARG
COMMIT="dev"
RUN
git clone
-b
dev https://gitlab.com/caosdb/caosdb-pylib.git
&&
\
RUN
git clone
-b
dev https://gitlab.com/caosdb/caosdb-pylib.git
&&
\
cd
caosdb-pylib
&&
git checkout
$COMMIT
&&
pip3
install
.
cd
caosdb-pylib
&&
git checkout
$COMMIT
&&
pip3
install
.
RUN
pip3
install
recommonmark
RUN
pip3
install
recommonmark
sphinx-rtd-theme
This diff is collapsed.
Click to expand it.
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