Skip to content

Commit 9dbf78a

Browse files
authored
Merge pull request readthedocs#5367 from rtfd/fix-sphinx-domain-admin
Don't show projects in Sphinx Domain Admin sidebar
2 parents bdacceb + c089b64 commit 9dbf78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/sphinx_domains/admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class SphinxDomainAdmin(admin.ModelAdmin):
8-
list_filter = ('type', 'project')
8+
list_filter = ('type',)
99
raw_id_fields = ('project', 'version')
1010
search_fields = ('doc_name', 'name')
1111

0 commit comments

Comments
 (0)