File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
year = datetime .now ().year
11
11
year_str = str (year ) if (year == 2023 ) else f'2023-{ year } '
12
12
project = 'Leftfield Geospatial'
13
- copyright = f'{ year_str } , Leftfield Geospatial. All rights reserved '
13
+ copyright = f'{ year_str } , Leftfield Geospatial'
14
14
author = 'Leftfield Geospatial'
15
15
16
16
# -- General configuration ---------------------------------------------------
88
88
# "announcement": "<p>Here's a <a href='https://pydata.org'>PyData Announcement!</a></p>",
89
89
}
90
90
91
- # -- favicon extension optionse ------------------------------------------
91
+ # -- favicon extension options ------------------------------------------
92
92
# adapted from https://github.com/tcmetzger/sphinx-favicon/blob/main/docs/source/conf.py
93
93
favicons = [
94
94
# generic icons compatible with most browsers
You can’t perform that action at this time.
0 commit comments