diff --git a/docs/source/conf.py b/docs/source/conf.py
index f2e73cf..4c99a58 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -3,7 +3,7 @@
import datetime
import os
-import pyvista
+# import pyvista
from sphinx_gallery.sorting import FileNameSortKey
import lsdyna_mesh_reader
@@ -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": [
-# (' Slack Community', "http://slack.pyvista.org"),
-# (
-# ' Support',
-# "https://github.com/pyvista/pyvista-support",
-# ),
-# (' Source Code', "https://github.com/pyvista/pymeshfix"),
-# ],
-# }
html_theme_options = {
"show_prev_next": False,
diff --git a/pyproject.toml b/pyproject.toml
index 882bec5..ec891b1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"