Skip to content
Snippets Groups Projects
Commit 266a7282 authored by Vadim Gubaidulin's avatar Vadim Gubaidulin
Browse files

changing theme to rtd and adding rtd build requirements

parent f4aca20b
No related branches found
No related tags found
1 merge request!13v0.7.0
# 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
......@@ -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 = 'nature'
html_theme = 'sphinx_rtd_theme'
# 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,
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment