Skip to content

Commit

Permalink
No longer exclude classref from localized builds
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Mar 20, 2020
1 parent 5a15730 commit 9832357
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,3 @@
image_locale="-" if language == "en" else language,
target_locale="" if language == "en" else "/" + language,
)

# Exclude class reference when marked with tag i18n.
if is_i18n:
exclude_patterns = ["classes"]

0 comments on commit 9832357

Please sign in to comment.