Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
python -m pip install -U pip
python -m pip install -U sphinx
python -m pip install -U sphinxcontrib.prettyspecialmethods

- name: Build Docs
run: |
Expand Down
6 changes: 1 addition & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinxcontrib.prettyspecialmethods',
]

autodoc_member_order = 'bysource'
Expand Down Expand Up @@ -126,10 +127,5 @@ def setup(app):

app.add_stylesheet('style.css')

from prettify_special_methods import PrettifySpecialMethods, show_special_methods
app.add_transform(PrettifySpecialMethods)

app.connect('autodoc-skip-member', show_special_methods)

from strip_annotations import strip_annotations
app.connect('autodoc-process-signature', strip_annotations)
154 changes: 0 additions & 154 deletions docs/source/extensions/prettify_special_methods.py

This file was deleted.