Skip to content

Commit

Permalink
Merge pull request #384 from psd-tools/fix-sphinx-build
Browse files Browse the repository at this point in the history
Fix Sphinx build errors
  • Loading branch information
kyamagu committed Jan 4, 2024
2 parents 2230f5a + 9f50d81 commit 568e9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import sphinx_rtd_theme

from psd_tools.version import __version__

# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -82,7 +80,6 @@
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand All @@ -93,7 +90,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
# html_static_path = ["_static"]

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand All @@ -115,7 +112,7 @@
display_github=True,
github_user="psd-tools",
github_repo="psd-tools",
github_version="master",
github_version="main",
conf_py_path="/docs/",
)

Expand Down
5 changes: 0 additions & 5 deletions docs/reference/psd_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ PSDImage
.. autoclass:: psd_tools.PSDImage
:members:
:inherited-members:

compose
-------

.. autofunction:: psd_tools.compose

0 comments on commit 568e9c7

Please sign in to comment.