Skip to content

Commit

Permalink
Fix typo in name 'maintainers_guide' (TriBITSPub#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Jul 22, 2021
1 parent 7cabc31 commit 916d534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tribits/doc/sphinx/sphinx_rst_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SphinxRstGenerator:

def __init__(self):
self.paths = {
'mainteiners_guide': {
'maintainers_guide': {
'src': os.path.join(doc_path, 'guides', 'maintainers_guide', 'TribitsMaintainersGuide.rst'),
'src_path': os.path.join(doc_path, 'guides', 'maintainers_guide'),
'final_path': os.path.join(doc_path, 'sphinx', 'maintainers_guide', 'index.rst'),
Expand Down Expand Up @@ -174,7 +174,7 @@ def main(self):
self.already_modified_files.update(child_rst)
child_rst_lst = list(child_rst)

sphinx_rel_path = self.paths.get('mainteiners_guide').get('sphinx_path')
sphinx_rel_path = self.paths.get('maintainers_guide').get('sphinx_path')
grand_child_rst = set()
for child in child_rst_lst:
includes_grand = self.generate_rst(source_file=child, src_path=os.path.split(child)[0],
Expand Down

0 comments on commit 916d534

Please sign in to comment.