Skip to content

Commit

Permalink
Updated files with 'repo_helper'. (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] authored May 17, 2021
1 parent 768a031 commit 59dd3fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ search = : str = "{current_version}"
replace = : str = "{new_version}"

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
4 changes: 3 additions & 1 deletion doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"exclude-members": ','.join(config["autodoc_exclude_members"]),
}

latex_elements = {}
latex_elements = {
"printindex": "\\begin{flushleft}\n\\printindex\n\\end{flushleft}",
}


def setup(app):
Expand Down

0 comments on commit 59dd3fa

Please sign in to comment.