From 91bcc4c0683a6391887998e03057f7b59e4cbcdd Mon Sep 17 00:00:00 2001 From: Emmanuel Bertin Date: Wed, 7 Sep 2022 12:01:18 -1000 Subject: [PATCH] Resolved conflict. --- doc/src/conf.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 4a3fba9..183d688 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -81,11 +81,7 @@ language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: # -<<<<<<< HEAD -today = 'Fri Mar 11 2022' -======= today = 'Tue Sep 06 2022' ->>>>>>> cfitsio # # Else, today_fmt is used as the format for a strftime call. # @@ -148,11 +144,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # The name for this set of Sphinx documents. # " v documentation" by default. # -<<<<<<< HEAD -# html_title = u'SExtractor v2.25.3' -======= # html_title = u'SExtractor v2.27.0' ->>>>>>> cfitsio # A shorter title for the navigation bar. Default is the same as html_title. # -- GitLab