Skip to content

Commit

Permalink
remove pyvista from doc conf
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 8, 2024
1 parent 573ada6 commit 9434a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import datetime
import os

import pyvista
# import pyvista
from sphinx_gallery.sorting import FileNameSortKey

import lsdyna_mesh_reader
Expand Down Expand Up @@ -106,26 +106,6 @@
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"
# html_context = {
# # Enable the "Edit in GitHub link within the header of each page.
# "display_github": True,
# # Set the following variables to generate the resulting github URL for each page.
# # Format Template: https://{{ github_host|default("github.com") }}/{{
# # github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path
# # }}{{ pagename }}{{ suffix }}
# "github_user": "akaszynski",
# "github_repo": "pymeshfix",
# "github_version": "master/doc/",
# "menu_links_name": "Getting Connected",
# "menu_links": [
# ('<i class="fa fa-slack fa-fw"></i> Slack Community', "http://slack.pyvista.org"),
# (
# '<i class="fa fa-comment fa-fw"></i> Support',
# "https://github.com/pyvista/pyvista-support",
# ),
# ('<i class="fa fa-github fa-fw"></i> Source Code', "https://github.com/pyvista/pymeshfix"),
# ],
# }

html_theme_options = {
"show_prev_next": False,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requires-python = ">=3.9"
version = "0.1.dev0"

[project.optional-dependencies]
docs = ["pydata-sphinx-theme", "numpydoc", "sphinx"]
docs = ["pydata-sphinx-theme", "numpydoc", "sphinx", "sphinx-copybutton"]

[project.urls]
Repository = "https://github.com/akaszynski/lsdyna-mesh-reader"
Expand Down

0 comments on commit 9434a2e

Please sign in to comment.