Skip to content

Commit

Permalink
Removed references to nengo-labs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Nov 7, 2023
1 parent cdc9f71 commit b9652b1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
var _paq = window._paq = window._paq || [];
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.appliedbrainresearch.com"]);
_paq.push(["setDomains", ["*.appliedbrainresearch.com","*.edge.nengo.ai","*.forum.nengo.ai","*.labs.nengo.ai","*.nengo.ai"]]);
_paq.push(["setDomains", ["*.appliedbrainresearch.com","*.edge.nengo.ai","*.forum.nengo.ai","*.nengo.ai"]]);
_paq.push(["enableCrossDomainLinking"]);
_paq.push(["setDoNotTrack", true]);
_paq.push(['trackPageView']);
Expand Down
1 change: 0 additions & 1 deletion nengo_bones/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def fill_defaults(config): # noqa: C901
org_name, repo_name = config["repo_name"].split("/")
domain = {
"nengo": "https://www.nengo.ai",
"nengo-labs": "https://labs.nengo.ai",
"abr": "https://www.appliedbrainresearch.com",
}.get(org_name, "https://www.nengo.ai")
cfg.setdefault("url", f"{domain}/{repo_name}")
Expand Down
2 changes: 1 addition & 1 deletion nengo_bones/templates/docs/conf.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ html_theme_options = {
var _paq = window._paq = window._paq || [];
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.appliedbrainresearch.com"]);
_paq.push(["setDomains", ["*.appliedbrainresearch.com","*.edge.nengo.ai","*.forum.nengo.ai","*.labs.nengo.ai","*.nengo.ai"]]);
_paq.push(["setDomains", ["*.appliedbrainresearch.com","*.edge.nengo.ai","*.forum.nengo.ai","*.nengo.ai"]]);
_paq.push(["enableCrossDomainLinking"]);
_paq.push(["setDoNotTrack", true]);
_paq.push(['trackPageView']);
Expand Down
2 changes: 1 addition & 1 deletion nengo_bones/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tagged with the version.
"""

version_info = (23, 10, 6) # bones: ignore
version_info = (23, 11, 7) # bones: ignore

name = "nengo-bones"
dev = 0
Expand Down

0 comments on commit b9652b1

Please sign in to comment.