From d06eee87155cdc6702c0dc8fe933dc02d9efdada Mon Sep 17 00:00:00 2001 From: Rémi Flamary Date: Thu, 22 Apr 2021 10:54:26 +0200 Subject: [WIP] Build doc in master and stable separately and have both versions on the website (#243) * add bild doc action workflow * new build * build full doc * remove github action and update circleci builder * add versions in doc and change dev number --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index 384bf40..3a11798 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -92,7 +92,7 @@ master_doc = 'index' # General information about the project. project = u'POT Python Optimal Transport' -copyright = u'2016-2020, Rémi Flamary, Nicolas Courty' +copyright = u'2016-2021, Rémi Flamary, Nicolas Courty' author = u'Rémi Flamary, Nicolas Courty' # The version info for the project you're documenting, acts as replacement for @@ -162,7 +162,7 @@ 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 # documentation. -#html_theme_options = {} +html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] -- cgit v1.2.3