Skip to content

Commit

Permalink
Merge pull request #66 from alphasentaurii/fix-latex-logo
Browse files Browse the repository at this point in the history
docs/fix-latex-logo-path
  • Loading branch information
braingram authored Dec 11, 2024
2 parents 9ea7da5 + b399b8e commit 7b67f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
------------------

- Update documentation configuration settings to be consistent with other asdf subprojects [#65]
- Fix typo in latex logo path and footer copyright author text [#66]

0.4.0 (2024-03-09)
------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

project = configuration["name"]
author = f"{configuration['authors'][0]['name']} <{configuration['authors'][0]['email']}>"
copyright = f"{datetime.datetime.now().year}, {configuration['authors'][0]['name']}"
copyright = f"{datetime.datetime.now().year}, {author}"

release = get_distribution(configuration["name"]).version
version = ".".join(release.split(".")[:2])
Expand Down Expand Up @@ -167,7 +167,7 @@
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [("index", project + ".tex", project + " Documentation", author, "manual")]

latex_logo = "_static/images/logo-light.png"
latex_logo = "_static/images/logo-light-mode.png"


# -- Options for manual page output --------------------------------------------
Expand Down

0 comments on commit 7b67f8d

Please sign in to comment.