Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mbtrack2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
PA
Collective Effects
mbtrack2
Commits
266a7282
Commit
266a7282
authored
10 months ago
by
Vadim Gubaidulin
Browse files
Options
Downloads
Patches
Plain Diff
changing theme to rtd and adding rtd build requirements
parent
f4aca20b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!13
v0.7.0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/requirements.txt
+4
-0
4 additions, 0 deletions
docs/requirements.txt
docs/source/conf.py
+1
-1
1 addition, 1 deletion
docs/source/conf.py
readthedocs.yaml
+3
-3
3 additions, 3 deletions
readthedocs.yaml
with
8 additions
and
4 deletions
docs/requirements.txt
0 → 100644
+
4
−
0
View file @
266a7282
# Defining the exact version will make sure things don't break
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.1.1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
1
−
1
View file @
266a7282
...
...
@@ -51,7 +51,7 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'
natur
e
'
html_theme
=
'
sphinx_rtd_them
e
'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
...
...
This diff is collapsed.
Click to expand it.
readthedocs.yaml
+
3
−
3
View file @
266a7282
...
...
@@ -5,9 +5,9 @@ build:
tools
:
python
:
"
3.9"
#
python:
#
install:
#
- requirements:
mbtrack2.yml
python
:
install
:
-
requirements
:
docs/requirements.txt
sphinx
:
configuration
:
docs/source/conf.py
...
...
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