Skip to content

Commit

Permalink
[V3 Docs] Updated requirements and fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
retke committed May 28, 2018
1 parent 66c7370 commit c0f08b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
"sphinxcontrib.asyncio",
"sphinx_autodoc_napoleon_typehints",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -86,6 +85,9 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

# Role which is assigned when you make a simple reference within backticks
default_role = "any"


# -- Options for HTML output ----------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/roleinvite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ roleset remove

**Description**

Unlink a role from an autorole. If the role is not given, the full autorole
Unlink a role from an autorole. If the role is not given, the entire autorole
will be removed.

**Arguments**
Expand Down
1 change: 0 additions & 1 deletion roleinvite/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class Errors:
finally:
# always executed
print("End of function")
"""

def __init__(self, exception):
Expand Down

0 comments on commit c0f08b4

Please sign in to comment.