Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove ethicalads #8

Merged
merged 1 commit into from
Sep 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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