Skip to content

Commit

Permalink
Merge pull request #139 from bfGraph/v1.1.0-gcn-tutorial
Browse files Browse the repository at this point in the history
🔨 Remove sphinx_copybutton Dependency Error
  • Loading branch information
nithinmanoj10 authored Jul 23, 2024
2 parents 87f52ae + 9b23ea4 commit de902c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
html_css_files = ["custom.css"]

project = "STGraph"
copyright = "2023, Joel Mathew Cherian, Nithin Puthalath Manoj"
copyright = "2024, Joel Mathew Cherian, Nithin Puthalath Manoj"
author = "Joel Mathew Cherian, Nithin Puthalath Manoj"
release = "0.2.0"
release = "1.1.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ["sphinx.ext.autodoc", "sphinx_copybutton", "sphinx.ext.viewcode"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
Expand Down

0 comments on commit de902c4

Please sign in to comment.