Skip to content

Commit

Permalink
Fix Sphinx warnings in doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanas committed Sep 28, 2022
1 parent 44a2e0a commit b6ed2be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygments/lexers/jsonnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def quoted_field_name(quote_mark):


class JsonnetLexer(RegexLexer):
"""Lexer for Jsonnet source code."""

name = 'Jsonnet'
aliases = ['jsonnet']
filenames = ['*.jsonnet', '*.libsonnet']
Expand Down
2 changes: 2 additions & 0 deletions pygments/lexers/mips.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"""
pygments.lexers.mips
~~~~~~~~~~~~~~~~~~~~
Lexers for MIPS assembly.
:copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
Expand Down

0 comments on commit b6ed2be

Please sign in to comment.