Skip to content

Commit

Permalink
Merge pull request #63 from FirelyTeam/fix-year-intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoutkramer committed Mar 23, 2024
2 parents 370e6f9 + 11e9067 commit 114e4ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

_build/
.vscode/
._buildhtml/
/.vs/slnx.sqlite
/.vs/slnx.sqlite-journal
/.vs/firely-docs/v16/.suo
Expand Down
9 changes: 7 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 .NET SDK'
copyright = '2023, Firely'
copyright = '2024, Firely'
author = 'Firely'


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

intersphinx_mapping = {
'main_docs': ('https://docs.fire.ly', 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),
'firely_server_docs': ('https://docs.fire.ly/projects/Firely-Server/en/latest/', None),
'simplifier_docs': ('https://docs.fire.ly/projects/Simplifier/', None)
}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 114e4ae

Please sign in to comment.