diff --git a/doc_src/fish_synopsis.py b/doc_src/fish_synopsis.py
index 51df271..a674902 100644
--- a/doc_src/fish_synopsis.py
+++ b/doc_src/fish_synopsis.py
@@ -23,9 +23,9 @@ class FishSynopsisDirective(CodeBlock):
required_arguments = 0
def run(self):
- if self.env.app.builder.name != "man":
- self.arguments = ["fish-synopsis"]
- return CodeBlock.run(self)
+ # if self.env.app.builder.name != "man":
+ # self.arguments = ["fish-synopsis"]
+ # return CodeBlock.run(self)
lexer = FishSynopsisLexer()
result = nodes.line_block()
for (start, tok, text) in lexer.get_tokens_unprocessed("\n".join(self.content)):