Skip to content

Commit

Permalink
Docs: add html_baseurl for cannonicals
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Oct 2, 2023
1 parent 390dbcb commit 4e799e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"logo_text": "R API",
}

html_baseurl = "https://rampl.ampl.com"

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down Expand Up @@ -207,7 +208,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
("index", "sphinx.tex", "sphinx Documentation", "Filipe Brandao", "manual")
("index", "sphinx.tex", "sphinx Documentation", "AMPL Optimization Inc.", "manual")
]


Expand Down Expand Up @@ -245,7 +246,7 @@

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [("index", "sphinx", "sphinx Documentation", ["Filipe Brandão"], 1)]
man_pages = [("index", "sphinx", "sphinx Documentation", ["AMPL Optimization Inc."], 1)]

# -- Additional options --------------------------------------------------------

Expand Down

0 comments on commit 4e799e6

Please sign in to comment.