aboutsummaryrefslogblamecommitdiffstats
path: root/scripts/docs.sh
blob: 42400bc77a26b126765320f7ba104f6394ea5e71 (plain) (tree)



























                                                                                



                                                         
#!/usr/bin/env bash

#------------------------------------------------------------------------------
# Bash script to build the Solidity Sphinx documentation locally.
#
# The documentation for solidity is hosted at:
#
#     https://solidity.readthedocs.org
#
# ------------------------------------------------------------------------------
# This file is part of solidity.
#
# solidity is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# solidity is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with solidity.  If not, see <http://www.gnu.org/licenses/>
#
# (c) 2016 solidity contributors.
#------------------------------------------------------------------------------

set -e
cd docs
sphinx-build -nW -b html -d _build/doctrees . _build/html
cd ..
-06-12 23:21:21 +0800'>2006-06-121-0/+1 * Get MAINTAINERship to myself.Norikatsu Shigemura2006-05-261-2/+2 * Update to 382.262.Norikatsu Shigemura2006-04-153-8/+20 * Update to 382.259.Norikatsu Shigemura2006-04-154-5/+21 * Reset sf as maintainer due to no response to email messages.Mark Linimon2006-04-151-1/+1 * japanese/less: Update to less-382-iso258Edwin Groothuis2006-01-055-40/+25 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1 * chase/reorganize MASTER_SITES.FUJISHIMA Satsuki2005-07-111-7/+7 * farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-10/+0 * SIZEify.FUJISHIMA Satsuki2004-03-181-0/+4 * Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1 * fix SEGV problem.FUJISHIMA Satsuki2003-02-27