Skip to content

Commit

Permalink
clean-up in sphinx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Jan 25, 2024
1 parent f49533e commit d27ab16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

About <about>
self
electrochemistry
references
Contribute <contribute>


Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions sphinx/ttl_to_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def rendering_workflow():
]

# GENERATE PAGES
rst_filename = "electrochemistry.rst"
rst_filename = "references.rst"

rst = render_rst_top()

Expand All @@ -158,7 +158,7 @@ def rendering_workflow():

rst += render_rst_bottom()

with open("./sphinx/"+ rst_filename, "w", encoding="utf-8") as f:
with open("./sphinx/"+ rst_filename, "w+", encoding="utf-8") as f:
f.write(rst)


Expand Down

0 comments on commit d27ab16

Please sign in to comment.