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

In 0.2.2 documentation links doesn't open in new tab #24

Closed
bk322 opened this issue Apr 28, 2013 · 7 comments
Closed

In 0.2.2 documentation links doesn't open in new tab #24

bk322 opened this issue Apr 28, 2013 · 7 comments

Comments

@bk322
Copy link

bk322 commented Apr 28, 2013

Normally You can open a link a new tab with mouse weel. For some reason on the latest (0.2.2) docs of bootstrap docs -- if I click with a weel on a link -- nothing happens.

@ryan-roemer
Copy link
Owner

I think the wheel click is OS-dependent, which might not be enough for me to go on -- for example, a wheel click on a link on my computer does nothing. v0.2.1 behaves differently for you?

@bk322
Copy link
Author

bk322 commented Apr 29, 2013

I'm trying to checkout v0.2.1:

$ git checkout v0.2.1
Already on 'v0.2.1'

but

sphinx_bootstrap_theme/__init__.py

says:

VERSION = (0, 2, 2)

is it ok?

@ryan-roemer
Copy link
Owner

You might want to try again -- here's how it goes for me:

(sphinx)rye@titan ~/scm/os/sphinx-bootstrap-theme $ git checkout v0.2.1
Note: checking out 'v0.2.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 1d87d6f... Add todo notes.
(sphinx)rye@titan ~/scm/os/sphinx-bootstrap-theme $ cat sphinx_bootstrap_theme/__init__.py
"""Sphinx bootstrap theme."""
import os

VERSION = (0, 2, 1)

__version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__

def get_html_theme_path():
    """Return list of HTML theme paths."""
    cur_dir = os.path.abspath(os.path.dirname(__file__))
    return [cur_dir]

@bk322
Copy link
Author

bk322 commented Apr 29, 2013

I did it again and this time it worked. I did a mass research -- I tried each and every version until I got to the one where links were working. And that version is... v0.1.8

@ryan-roemer
Copy link
Owner

Old issue with lots of intermediate code changes in the meantime. Closing. If issue still persists, please open a new issue with links to source trying to be built, and I'll pull / build / look it over. Thanks!

@bk322
Copy link
Author

bk322 commented Sep 11, 2013

Actually it's a known bug in bootstrap 2. I fixed it for my project
www.using-python-in-research.site44.com

On Wed, Sep 11, 2013 at 8:26 PM, Ryan Roemer [email protected]:

Old issue with lots of intermediate code changes in the meantime. Closing.
If issue still persists, please open a new issue with links to source
trying to be built, and I'll pull / build / look it over. Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-24254701
.

@bk322
Copy link
Author

bk322 commented Sep 11, 2013

Here's a link to a bootstrap bug (it's been fixed):
twbs/bootstrap#7118

On Thu, Sep 12, 2013 at 12:02 AM, Boris Kheyfets [email protected]:

Actually it's a known bug in bootstrap 2. I fixed it for my project
www.using-python-in-research.site44.com

On Wed, Sep 11, 2013 at 8:26 PM, Ryan Roemer [email protected]:

Old issue with lots of intermediate code changes in the meantime.
Closing. If issue still persists, please open a new issue with links
to source trying to be built, and I'll pull / build / look it over. Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-24254701
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants