Skip to content

Commit

Permalink
Doc: Add the sphinx format (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Revathyvenugopal162 and pre-commit-ci[bot] authored Apr 4, 2023
1 parent caf7b45 commit c00c877
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
3 changes: 1 addition & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,9 @@
],
"navigation_depth": -1,
"switcher": {
"json_url": f"https://{cname}/release/versions.json",
"json_url": f"https://{cname}/versions.json",
"version_match": get_version_match(__version__),
},
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
}

# -- Options for HTMLHelp output ---------------------------------------------
Expand Down
30 changes: 15 additions & 15 deletions requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
matplotlib>=3.6.0
fluent>=0.10.0
ansys-fluent-core>=0.11.0
pyvista>=0.36.1
ansys-mapdl-core>=0.63.3
Sphinx>=4.4
Sphinx-copybutton>=0.4
numpydoc>=1.2
ansys_sphinx_theme>=0.2
sphinx_gallery>=0.11.1
jupyter_sphinx>=0.4.0
sphinx-notfound-page>=0.8.3
sphinx_autodoc_typehints>=1.19.5
sphinxemoji>=0.2.0
ansys-fluent-visualization>=0.5.0
matplotlib==3.7.1
fluent==0.10.0
ansys-fluent-core==0.12.5
pyvista==0.38.5
ansys-mapdl-core==0.64.0
Sphinx==5.3.0
Sphinx-copybutton==0.5.1
numpydoc==1.5.0
ansys_sphinx_theme==0.9.5
sphinx_gallery==0.12.2
jupyter_sphinx==0.4.0
sphinx-notfound-page==0.8.3
sphinx_autodoc_typehints==1.23.4
sphinxemoji==0.2.0
ansys-fluent-visualization==0.6.0

0 comments on commit c00c877

Please sign in to comment.