Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elrichgro
Flatland
Commits
6589ec55
Commit
6589ec55
authored
5 years ago
by
spmohanty
Browse files
Options
Downloads
Patches
Plain Diff
Update docs theme to rtd
parent
3f1e6b27
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
docs/conf.py
+3
-5
3 additions, 5 deletions
docs/conf.py
requirements_dev.txt
+1
-0
1 addition, 0 deletions
requirements_dev.txt
with
4 additions
and
5 deletions
docs/conf.py
+
3
−
5
View file @
6589ec55
...
...
@@ -18,11 +18,11 @@
# relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
#
import
flatland
import
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'
..
'
))
import
flatland
# -- General configuration ---------------------------------------------
...
...
@@ -84,7 +84,8 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# 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 further. For a list of options available for each theme, see the
...
...
@@ -158,6 +159,3 @@ texinfo_documents = [
'
One line description of project.
'
,
'
Miscellaneous
'
),
]
This diff is collapsed.
Click to expand it.
requirements_dev.txt
+
1
−
0
View file @
6589ec55
...
...
@@ -10,3 +10,4 @@ twine==1.12.1
pytest==3.8.2
pytest-runner==4.2
sphinx-rtd-theme==0.4.3
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