diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 592c9bc40..ea92884b1 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -44,6 +44,7 @@ ##! M_LINKS_NAVBAR2 = \ ##! "api-reference namespaces annotated files" \ ##! "Try It" \ +##! "Pyslang Docs" \ ##! "GitHub" ##! M_PAGE_FINE_PRINT = \ ##!
slang SystemVerilog language services. Copyright (C) 2015-2025 Michael Popoloski. \ diff --git a/pyslang/docs/conf.py b/pyslang/docs/conf.py index a6bb161b5..2f3d0c05d 100644 --- a/pyslang/docs/conf.py +++ b/pyslang/docs/conf.py @@ -16,13 +16,16 @@ ] LINKS_NAVBAR1 = [ - ("Slang Documentation", "..", []), - ("GitHub", "https://github.com/MikePopoloski/slang", []), - ("PyPI", "https://pypi.org/project/pyslang/", []), + ("Slang Documentation", "https://sv-lang.com/", []), + # Default links: # ("Pages", "pages", []), # -> Currently empty. ("Modules", "modules", []), ("Classes", "classes", []), + # End default links. + + ("GitHub", "https://github.com/MikePopoloski/slang", []), + ("PyPI", "https://pypi.org/project/pyslang/", []), ] # Output the stubs for comparison/review, but not actually used.