Skip to content

Commit

Permalink
fix: pdf build docs action (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 authored Sep 16, 2024
1 parent b6e286f commit c49ca1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import jinja2
import yaml
from ansys_sphinx_theme import ansys_favicon, get_version_match, pyansys_logo_black
from ansys_sphinx_theme import ansys_favicon, get_version_match
from tabulate import tabulate as Table

# Constants used for generating documentation
Expand Down Expand Up @@ -39,7 +39,6 @@
)

# Use the default pyansys logo
html_logo = pyansys_logo_black
html_theme = "ansys_sphinx_theme"
html_favicon = ansys_favicon
html_short_title = html_title = project # necessary for proper breadcrumb title
Expand All @@ -62,6 +61,7 @@
"json_url": f"https://{cname}/versions.json",
"version_match": get_version_match(__version__),
},
"logo": "pyansys",
}

# Specify Sphinx extensions to use
Expand Down Expand Up @@ -97,8 +97,7 @@
r"https://github.com/ansys/scade-actions*",
]

sd_fontawesome_latex = True
# Auxiliary routines for automatic documentation generation
suppress_warnings = ["design.fa-build"]


def is_valid_action_dir(path):
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansys-sphinx-theme==1.0.7
pyyaml==6.0.2
Sphinx==7.3.7
Sphinx==8.0.2
sphinx-copybutton==0.5.2
sphinx-jinja==2.0.2
sphinx_design==0.6.1
Expand Down

0 comments on commit c49ca1b

Please sign in to comment.