sphinxjp.themes.basicstrap


Namesphinxjp.themes.basicstrap JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/tell-k/sphinxjp.themes.basicstrap
SummaryA sphinx theme for Basicstrap style. Using Twitter Bootstrap. #sphinxjp
upload_time2019-05-06 11:34:41
maintainer
docs_urlhttps://pythonhosted.org/sphinxjp.themes.basicstrap/
authortell-k
requires_python
licenseMIT
keywords sphinx restructuredtext theme
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            Basicstrap style theme for Sphinx. Using Twitter Bootstrap.

|travis| |coveralls| |downloads| |version| |license| |requires|

Features
========
* Provide ``basicstrap`` theme for render HTML document.
* Using `Twitter Bootstrap <http://twitter.github.com/bootstrap/>`_.
* Support Responsive Design.
* Change the layout flexibility.
* `Google Web Fonts <http://www.google.com/webfonts>`_ available.
* `Font Awesome <http://fortawesome.github.com/Font-Awesome/>`_ available.
* Easily change the design. by `Bootswatch <http://bootswatch.com/>`_.

Set up
======
Make environment with pip::

    $ pip install sphinxjp.themes.basicstrap

Convert Usage
=============
setup conf.py with::

    extensions += ['sphinxjp.themes.basicstrap']
    html_theme = 'basicstrap'

and run::

    $ make html

Requirement
===========
* Python 3.4 or later.
* Sphinx 2.x or later.

Using
===========
* Twitter Bootstrap 3.3.4 and 2.3.2
* jQuery 1.11.1
* Bootswatch
* Font Awesome 4.3.0

License
=======

* sphinxjp.themes.basicstrap Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .
* `Twitter Bootstrap is licensed under the Apache license <https://github.com/twitter/bootstrap/blob/master/LICENSE>`_.
* `Bootswatch is licensed under the Apache license <https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE>`_.
* `Font Awesome is licensed under the license <https://github.com/FortAwesome/Font-Awesome>`_.
* `Geo is licensed under the license <https://github.com/divshot/geo-bootstrap>`_

See the LICENSE file for specific terms.

Authors
=======

Sphinx template, css, packaging
-------------------------------
* tell-k <ffk2005 at gmail.com>

Contributors
-------------------------------

Great thanks!

* doctorlard
* pierre-rouanet
* westurner

History
=======

0.5.0(May 6, 2019)
---------------------

* `Fix deprecated app.info warning, removed in Sphinx 2.x <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/25>`_ 
* Drop support Python2.6, Python2.7, Python3.3
* Fix pytest integration.

0.4.3(May 7, 2015)
---------------------
* `#19 ENH: Add id=content-wrapper to content column div for CSS. <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/19>`_
* Update Bootstrap ver3.3.4
* Update Font Awesome ver4.3.0
* Update jQuery ver1.11.1

0.4.2(Feb 16, 2015)
---------------------

* `#18 Header search box. <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/18>`_
* `#16 Drop Python-3.2 support. <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/16>`_
* `#15 UBY: optimize for responsive xs. <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/15>`_ Thanks to westurner.
* Fixed bug `#17 Switching of the inner theme is too slow. <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/17>`_
* Fixed bug `#14 Typo. <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/14>`_ Thanks to mhor.
* Fixed bug `#13 Invalid body css. <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/13>`_ Thanks to 3rdarm.
* Support wheel format.

0.4.1(Sep 29, 2014)
---------------------

* Fixed bug `#11 Font Icon does not appear.  <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/11>`_.

0.4.0(Sep 29, 2014)
---------------------

* `#8 Navbar hides initial content when jumping to in-page anchor <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/8>`_.
* `#7 Added WAI-ARIA roles and optional navbar-fixed-top setting <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/7>`_.
* New Support Twitter Bootstrap ver3.2.0
* New Support Bootswatch Theme for Twitter Bootstrap ver3.2.0
* Add new Innner Theme `bootswatch-darkly <http://bootswatch.com/darkly/>`_ from Bootswatch.
* Add new Innner Theme `bootswatch-yeti <http://bootswatch.com/darkly/>`_ from Bootswatch.
* Add new Innner Theme `bootswatch-paper <http://bootswatch.com/paper/>`_ from Bootswatch.
* Add new Innner Theme `bootswatch-sandstone <http://bootswatch.com/sandstone/>`_ from Bootswatch.
* Add new Innner Theme `bootswatch-lumen <http://bootswatch.com/lumen/>`_ from Bootswatch.
* Improve menu for smartphone.
* Update Font Awesome ver4.2.0
* Remove bootstrap.py and buildout.cfg
* Starting Travis CI and Coveralls.

0.3.2(Dec 31, 2013)
---------------------

* Add tox test.
* Python3 support.

0.3.1(Nov 4, 2013)
---------------------
* Update stylesheet for 'h1_size' - 'h6_size' options.
* Changed. When you visit in the smartphone, GoogleWeb fonts to not used.

0.3.0(Jun 28, 2013)
---------------------
* Fixed bug `#5 "Goolgle Web Font" is not reflected <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/5>`_.
* Update Twitter Bootstrap ver2.3.2
* Update Bootswatch Theme for Twitter Bootstrap ver2.3.2
* Update Font Awesome ver3.2.1
* Add new Innner Theme `bootswatch-flatly <http://bootswatch.com/flatly/>`_ from Bootswatch.
* Add new Innner Theme `geo-bootstrap <http://divshot.github.io/geo-bootstrap/>`_.
* Add new option of html_theme_optios. 'h1_size' - 'h6_size'.

0.2.0(Feb 11, 2013)
---------------------
* Fixed bug `#1 "Quick Search" in the table of contents is missing <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/1>`_.
* `#2 adding "navbar-inverse" option <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/4>`_.
* Integrated Bootswatch
* Integrated Font Awesome ver3.0

0.1.1 (Dec 26, 2012)
---------------------
* Adjust css
* Update Twitter Bootstrap ver2.2.2
* Update jQuery ver1.8.3

0.1.0 (Dec 23, 2012)
---------------------
* First release


.. |travis| image:: https://travis-ci.org/tell-k/sphinxjp.themes.basicstrap.svg?branch=master
    :target: https://travis-ci.org/tell-k/sphinxjp.themes.basicstrap

.. |coveralls| image:: https://coveralls.io/repos/tell-k/sphinxjp.themes.basicstrap/badge.png
    :target: https://coveralls.io/r/tell-k/sphinxjp.themes.basicstrap
    :alt: coveralls.io

.. |requires| image:: https://requires.io/github/tell-k/sphinxjp.themes.basicstrap/requirements.svg?tag=v0.1.1
     :target: https://requires.io/github/tell-k/sphinxjp.themes.basicstrap/requirements/?tag=v0.1.1
     :alt: requires.io

.. |downloads| image:: https://img.shields.io/pypi/dm/sphinxjp.themes.basicstrap.svg
    :target: http://pypi.python.org/pypi/sphinxjp.themes.basicstrap/
    :alt: downloads

.. |version| image:: https://img.shields.io/pypi/v/sphinxjp.themes.basicstrap.svg
    :target: http://pypi.python.org/pypi/sphinxjp.themes.basicstrap/
    :alt: latest version

.. |license| image:: https://img.shields.io/pypi/l/sphinxjp.themes.basicstrap.svg
    :target: http://pypi.python.org/pypi/sphinxjp.themes.basicstrap/
    :alt: license



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tell-k/sphinxjp.themes.basicstrap",
    "name": "sphinxjp.themes.basicstrap",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/sphinxjp.themes.basicstrap/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sphinx,reStructuredText,theme",
    "author": "tell-k",
    "author_email": "ffk2005@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/b8/f4da30ba630a68a7a34e4d4e41cba714aaa64cb40d634e4c23f0c706709d/sphinxjp.themes.basicstrap-0.5.0.tar.gz",
    "platform": "",
    "description": "Basicstrap style theme for Sphinx. Using Twitter Bootstrap.\n\n|travis| |coveralls| |downloads| |version| |license| |requires|\n\nFeatures\n========\n* Provide ``basicstrap`` theme for render HTML document.\n* Using `Twitter Bootstrap <http://twitter.github.com/bootstrap/>`_.\n* Support Responsive Design.\n* Change the layout flexibility.\n* `Google Web Fonts <http://www.google.com/webfonts>`_ available.\n* `Font Awesome <http://fortawesome.github.com/Font-Awesome/>`_ available.\n* Easily change the design. by `Bootswatch <http://bootswatch.com/>`_.\n\nSet up\n======\nMake environment with pip::\n\n    $ pip install sphinxjp.themes.basicstrap\n\nConvert Usage\n=============\nsetup conf.py with::\n\n    extensions += ['sphinxjp.themes.basicstrap']\n    html_theme = 'basicstrap'\n\nand run::\n\n    $ make html\n\nRequirement\n===========\n* Python 3.4 or later.\n* Sphinx 2.x or later.\n\nUsing\n===========\n* Twitter Bootstrap 3.3.4 and 2.3.2\n* jQuery 1.11.1\n* Bootswatch\n* Font Awesome 4.3.0\n\nLicense\n=======\n\n* sphinxjp.themes.basicstrap Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .\n* `Twitter Bootstrap is licensed under the Apache license <https://github.com/twitter/bootstrap/blob/master/LICENSE>`_.\n* `Bootswatch is licensed under the Apache license <https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE>`_.\n* `Font Awesome is licensed under the license <https://github.com/FortAwesome/Font-Awesome>`_.\n* `Geo is licensed under the license <https://github.com/divshot/geo-bootstrap>`_\n\nSee the LICENSE file for specific terms.\n\nAuthors\n=======\n\nSphinx template, css, packaging\n-------------------------------\n* tell-k <ffk2005 at gmail.com>\n\nContributors\n-------------------------------\n\nGreat thanks!\n\n* doctorlard\n* pierre-rouanet\n* westurner\n\nHistory\n=======\n\n0.5.0(May 6, 2019)\n---------------------\n\n* `Fix deprecated app.info warning, removed in Sphinx 2.x <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/25>`_ \n* Drop support Python2.6, Python2.7, Python3.3\n* Fix pytest integration.\n\n0.4.3(May 7, 2015)\n---------------------\n* `#19 ENH: Add id=content-wrapper to content column div for CSS. <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/19>`_\n* Update Bootstrap ver3.3.4\n* Update Font Awesome ver4.3.0\n* Update jQuery ver1.11.1\n\n0.4.2(Feb 16, 2015)\n---------------------\n\n* `#18 Header search box. <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/18>`_\n* `#16 Drop Python-3.2 support. <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/16>`_\n* `#15 UBY: optimize for responsive xs. <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/15>`_ Thanks to westurner.\n* Fixed bug `#17 Switching of the inner theme is too slow. <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/17>`_\n* Fixed bug `#14 Typo. <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/14>`_ Thanks to mhor.\n* Fixed bug `#13 Invalid body css. <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/13>`_ Thanks to 3rdarm.\n* Support wheel format.\n\n0.4.1(Sep 29, 2014)\n---------------------\n\n* Fixed bug `#11 Font Icon does not appear.  <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/11>`_.\n\n0.4.0(Sep 29, 2014)\n---------------------\n\n* `#8 Navbar hides initial content when jumping to in-page anchor <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/8>`_.\n* `#7 Added WAI-ARIA roles and optional navbar-fixed-top setting <https://github.com/tell-k/sphinxjp.themes.basicstrap/pull/7>`_.\n* New Support Twitter Bootstrap ver3.2.0\n* New Support Bootswatch Theme for Twitter Bootstrap ver3.2.0\n* Add new Innner Theme `bootswatch-darkly <http://bootswatch.com/darkly/>`_ from Bootswatch.\n* Add new Innner Theme `bootswatch-yeti <http://bootswatch.com/darkly/>`_ from Bootswatch.\n* Add new Innner Theme `bootswatch-paper <http://bootswatch.com/paper/>`_ from Bootswatch.\n* Add new Innner Theme `bootswatch-sandstone <http://bootswatch.com/sandstone/>`_ from Bootswatch.\n* Add new Innner Theme `bootswatch-lumen <http://bootswatch.com/lumen/>`_ from Bootswatch.\n* Improve menu for smartphone.\n* Update Font Awesome ver4.2.0\n* Remove bootstrap.py and buildout.cfg\n* Starting Travis CI and Coveralls.\n\n0.3.2(Dec 31, 2013)\n---------------------\n\n* Add tox test.\n* Python3 support.\n\n0.3.1(Nov 4, 2013)\n---------------------\n* Update stylesheet for 'h1_size' - 'h6_size' options.\n* Changed. When you visit in the smartphone, GoogleWeb fonts to not used.\n\n0.3.0(Jun 28, 2013)\n---------------------\n* Fixed bug `#5 \"Goolgle Web Font\" is not reflected <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/5>`_.\n* Update Twitter Bootstrap ver2.3.2\n* Update Bootswatch Theme for Twitter Bootstrap ver2.3.2\n* Update Font Awesome ver3.2.1\n* Add new Innner Theme `bootswatch-flatly <http://bootswatch.com/flatly/>`_ from Bootswatch.\n* Add new Innner Theme `geo-bootstrap <http://divshot.github.io/geo-bootstrap/>`_.\n* Add new option of html_theme_optios. 'h1_size' - 'h6_size'.\n\n0.2.0(Feb 11, 2013)\n---------------------\n* Fixed bug `#1 \"Quick Search\" in the table of contents is missing <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/1>`_.\n* `#2 adding \"navbar-inverse\" option <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/4>`_.\n* Integrated Bootswatch\n* Integrated Font Awesome ver3.0\n\n0.1.1 (Dec 26, 2012)\n---------------------\n* Adjust css\n* Update Twitter Bootstrap ver2.2.2\n* Update jQuery ver1.8.3\n\n0.1.0 (Dec 23, 2012)\n---------------------\n* First release\n\n\n.. |travis| image:: https://travis-ci.org/tell-k/sphinxjp.themes.basicstrap.svg?branch=master\n    :target: https://travis-ci.org/tell-k/sphinxjp.themes.basicstrap\n\n.. |coveralls| image:: https://coveralls.io/repos/tell-k/sphinxjp.themes.basicstrap/badge.png\n    :target: https://coveralls.io/r/tell-k/sphinxjp.themes.basicstrap\n    :alt: coveralls.io\n\n.. |requires| image:: https://requires.io/github/tell-k/sphinxjp.themes.basicstrap/requirements.svg?tag=v0.1.1\n     :target: https://requires.io/github/tell-k/sphinxjp.themes.basicstrap/requirements/?tag=v0.1.1\n     :alt: requires.io\n\n.. |downloads| image:: https://img.shields.io/pypi/dm/sphinxjp.themes.basicstrap.svg\n    :target: http://pypi.python.org/pypi/sphinxjp.themes.basicstrap/\n    :alt: downloads\n\n.. |version| image:: https://img.shields.io/pypi/v/sphinxjp.themes.basicstrap.svg\n    :target: http://pypi.python.org/pypi/sphinxjp.themes.basicstrap/\n    :alt: latest version\n\n.. |license| image:: https://img.shields.io/pypi/l/sphinxjp.themes.basicstrap.svg\n    :target: http://pypi.python.org/pypi/sphinxjp.themes.basicstrap/\n    :alt: license\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A sphinx theme for Basicstrap style. Using Twitter Bootstrap. #sphinxjp",
    "version": "0.5.0",
    "split_keywords": [
        "sphinx",
        "restructuredtext",
        "theme"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "752bf0f0333db16d8ed89e4869629bc5",
                "sha256": "bd2b085e5ccb03579dcf0d6d0bc7fa5d82e107404ee1b0960bc8f805f6db81c6"
            },
            "downloads": -1,
            "filename": "sphinxjp.themes.basicstrap-0.5.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "752bf0f0333db16d8ed89e4869629bc5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1342365,
            "upload_time": "2019-05-06T11:34:32",
            "upload_time_iso_8601": "2019-05-06T11:34:32.536554Z",
            "url": "https://files.pythonhosted.org/packages/7c/44/fd268ee304cc78e67dd25c2e282d59bcf0d16072f0b87b79c73a7f5fbf55/sphinxjp.themes.basicstrap-0.5.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "33839eb121e84727c6db82c6bf52b35c",
                "sha256": "f0cdb38baedfc5dc698feda8d514ba103eab131acbe72a5572bc6a3ecce1d5b4"
            },
            "downloads": -1,
            "filename": "sphinxjp.themes.basicstrap-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "33839eb121e84727c6db82c6bf52b35c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4867963,
            "upload_time": "2019-05-06T11:34:41",
            "upload_time_iso_8601": "2019-05-06T11:34:41.026054Z",
            "url": "https://files.pythonhosted.org/packages/fc/b8/f4da30ba630a68a7a34e4d4e41cba714aaa64cb40d634e4c23f0c706709d/sphinxjp.themes.basicstrap-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-05-06 11:34:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tell-k",
    "github_project": "sphinxjp.themes.basicstrap",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "sphinxjp.themes.basicstrap"
}
        
Elapsed time: 0.01578s