mirror of
https://github.com/evennia/evennia.git
synced 2026-04-08 09:24:37 +02:00
Try custom version of recommonmark
This commit is contained in:
parent
d6ef0280cd
commit
dd7a9eb8e9
3 changed files with 15 additions and 5 deletions
|
|
@ -104,6 +104,7 @@ smv_outputdir_format = "versions" + sep + "{config.release}"
|
|||
github_code_root = "https://github.com/evennia/tree/master/"
|
||||
github_doc_root = "https://github.com/evennia/tree/master/docs/sources/"
|
||||
|
||||
|
||||
def url_resolver(url):
|
||||
print(f"in url_resolver: {url}")
|
||||
if url.startswith("github:"):
|
||||
|
|
@ -114,6 +115,7 @@ def url_resolver(url):
|
|||
|
||||
_NO_AUTODOC = os.environ.get("NOAUTODOC")
|
||||
|
||||
|
||||
def autodoc_skip_member(app, what, name, obj, skip, options):
|
||||
if _NO_AUTODOC:
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue