Skip to content

Commit

Permalink
Merge pull request #423 from FirelyTeam/fix-year-intersphinx
Browse files Browse the repository at this point in the history
Fix year and complete interspinx
  • Loading branch information
alexzautke committed May 12, 2024
2 parents c529dbd + a49a89d commit bf8329b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'Firely Server'
copyright = '2023, Firely'
copyright = '2024, Firely'
author = 'Firely'


Expand All @@ -31,7 +31,9 @@

intersphinx_mapping = {
'main_docs': ('https://docs.fire.ly', None),
'firely_net_sdk_docs': ('https://docs.fire.ly/projects/Firely-NET-SDK/', None),
'firely_terminal_docs': ('https://docs.fire.ly/projects/Firely-Terminal/', None),
'forge_docs': ('https://docs.fire.ly/projects/Forge/', None),
'firely_net_sdk_docs': ('https://docs.fire.ly/projects/Firely-NET-SDK/en/latest/', None),
'simplifier_docs': ('https://docs.fire.ly/projects/Simplifier/', None)
}

Expand Down

0 comments on commit bf8329b

Please sign in to comment.