Skip to content

Commit

Permalink
Merge pull request #8 from ahnaf-tahmid-chowdhury/sphinx
Browse files Browse the repository at this point in the history
remove ethicalads
  • Loading branch information
ahnaf-tahmid-chowdhury authored Sep 3, 2023
2 parents cdf736b + c43bce5 commit 0c5e78f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- Sphinx documentation. (#6 #7)
- ReadTheDocs webpage. (#6 #7)

### Changed
- Remove ethicalads. (#8)


## [v0.1.1] - 01/09/2023

Expand Down
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
version_pattern = r'Version\s*=\s*"([^"]+)"'

# Read the install.sh file
with open('../install-nuclear-boy.sh', 'r') as install_file:
with open("../install-nuclear-boy.sh", "r") as install_file:
install_contents = install_file.read()

# Search for the version using the pattern
Expand Down Expand Up @@ -63,6 +63,13 @@
html_last_updated_fmt = ""
html_static_path = ["_static"]
html_css_files = ["nuclear-boy.css"]
html_sidebars = {
"**": [
"navbar-logo",
"icon-links",
"sbt-sidebar-nav",
]
}
html_theme_options = {
"path_to_docs": "docs",
"repository_url": "https://github.com/ahnaf-tahmid-chowdhury/NuclearBoy",
Expand Down

0 comments on commit 0c5e78f

Please sign in to comment.