sphinx-doc 1.6.4
Closes #18553. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
f96b82af95
commit
1ff4687ce8
1 changed files with 8 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
|||
class SphinxDoc < Formula
|
||||
desc "Tool to create intelligent and beautiful documentation"
|
||||
homepage "http://sphinx-doc.org"
|
||||
url "https://files.pythonhosted.org/packages/10/91/ceb2e0d763e0c626f7afd7e3272a5bb76dd06eed1f0b908270ea31984062/Sphinx-1.6.3.tar.gz"
|
||||
sha256 "af8bdb8c714552b77d01d4536e3d6d2879d6cb9d25423d29163d5788e27046e6"
|
||||
revision 1
|
||||
url "https://files.pythonhosted.org/packages/90/84/850bda5df345bbccaf21d389d360c07b8499b47bc136cdf53e96d840a55f/Sphinx-1.6.4.tar.gz"
|
||||
sha256 "f101efd87fbffed8d8aca6ef307fec57693334f39d32efcbc2fc96ed129f4a3e"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -22,8 +21,8 @@ class SphinxDoc < Formula
|
|||
|
||||
# generated from sphinx, setuptools, and numpydoc
|
||||
resource "setuptools" do
|
||||
url "https://files.pythonhosted.org/packages/07/a0/11d3d76df54b9701c0f7bf23ea9b00c61c5e14eb7962bb29aed866a5844e/setuptools-36.2.7.zip"
|
||||
sha256 "b0fe5d432d922df595e918577c51458d63f245115d141b309ac32ecfca329df5"
|
||||
url "https://files.pythonhosted.org/packages/a4/c8/9a7a47f683d54d83f648d37c3e180317f80dc126a304c45dc6663246233a/setuptools-36.5.0.zip"
|
||||
sha256 "ce2007c1cea3359870b80657d634253a0765b0c7dc5a988d77ba803fc86f2c64"
|
||||
end
|
||||
|
||||
resource "alabaster" do
|
||||
|
@ -32,8 +31,8 @@ class SphinxDoc < Formula
|
|||
end
|
||||
|
||||
resource "Babel" do
|
||||
url "https://files.pythonhosted.org/packages/92/22/643f3b75f75e0220c5ef9f5b72b619ccffe9266170143a4821d4885198de/Babel-2.4.0.tar.gz"
|
||||
sha256 "8c98f5e5f8f5f088571f2c6bd88d530e331cbbcb95a7311a0db69d3dca7ec563"
|
||||
url "https://files.pythonhosted.org/packages/5a/22/63f1dbb8514bb7e0d0c8a85cc9b14506599a075e231985f98afd70430e1f/Babel-2.5.1.tar.gz"
|
||||
sha256 "6007daf714d0cd5524bbe436e2d42b3c20e68da66289559341e48d2cd6d25811"
|
||||
end
|
||||
|
||||
resource "certifi" do
|
||||
|
@ -92,8 +91,8 @@ class SphinxDoc < Formula
|
|||
end
|
||||
|
||||
resource "six" do
|
||||
url "https://files.pythonhosted.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz"
|
||||
sha256 "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a"
|
||||
url "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz"
|
||||
sha256 "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9"
|
||||
end
|
||||
|
||||
resource "snowballstemmer" do
|
||||
|
|
Loading…
Reference in a new issue