Skip to content

Commit 51d5c79

Browse files
committed
updaet copyright
1 parent bc021fe commit 51d5c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
year = datetime.now().year
1111
year_str = str(year) if (year == 2023) else f'2023-{year}'
1212
project = 'Leftfield Geospatial'
13-
copyright = f'{year_str}, Leftfield Geospatial. All rights reserved'
13+
copyright = f'{year_str}, Leftfield Geospatial'
1414
author = 'Leftfield Geospatial'
1515

1616
# -- General configuration ---------------------------------------------------
@@ -88,7 +88,7 @@
8888
# "announcement": "<p>Here's a <a href='https://pydata.org'>PyData Announcement!</a></p>",
8989
}
9090

91-
# -- favicon extension optionse ------------------------------------------
91+
# -- favicon extension options ------------------------------------------
9292
# adapted from https://github.com/tcmetzger/sphinx-favicon/blob/main/docs/source/conf.py
9393
favicons = [
9494
# generic icons compatible with most browsers

0 commit comments

Comments
 (0)