Skip to content

Commit

Permalink
Make the docs build not fail due to some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chiruzzimarco committed Jun 24, 2021
1 parent 0e169e6 commit 9586458
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,16 @@
("py:class", "ProjectRunMode"),
("py:class", "click.core.Context"),
("py:class", "DerexSecrets"),
("py:class", "derex.runner.project.Project"),
("py:class", "Optional['derex.runner.project.Project']"),
("py:class", "Path"),
("py:class", "pathlib.Path"),
("py:class", "ProjectRunMode"),
("py:class", "pymysql.cursors.Cursor"),
("py:meth", "str.format"),
("py:class", "string.Template"),
("py:meth", "str.format"),
("py:obj", "object"),
("py:obj", "enum.Enum"),
("py:obj", "RuntimeError"),
("py:obj", "ValueError"),
]

0 comments on commit 9586458

Please sign in to comment.