Skip to content

Commit

Permalink
Merge pull request #8 from carpentries-i18n/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio committed May 25, 2020
2 parents e45cfdb + be889d9 commit a08a925
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
path: ./_build/html
- run:
name: "Built documentation is available at:"
command: DOCS_URL="${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/_build/html/index.html"; echo $DOCS_URL
command: DOCS_URL="${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/_build/html/index.html"; echo $DOCS_URL

notify:
webhooks:
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Expand Up @@ -19,7 +19,7 @@

# -- Project information -----------------------------------------------------

project = "Translator's handbook"
project = "Carpentries Internationalisation Handbook"
author = "The Carpentrie's i18n team"
copyright = f"2019-{today_date:%Y}, {author}. Creative Commons Attribution 4.0 International license."

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
@@ -0,0 +1,3 @@
Sphinx>=3.0.3
sphinx_rtd_theme>=0.4.3
sphinx-intl>=2.0.0
16 changes: 0 additions & 16 deletions setup.cfg

This file was deleted.

27 changes: 0 additions & 27 deletions setup.py

This file was deleted.

6 changes: 2 additions & 4 deletions tox.ini
@@ -1,13 +1,11 @@
[tox]
envlist = py37
skipsdist = True

[testenv:build_docs]
basepython = python3.7
changedir = {toxinidir}
extras = dev
setenv =
HOME = {envtmpdir}
deps =
sphinx
sphinx_rtd_theme
deps = -rrequirements.txt
commands = sphinx-build . ./_build/html -b html

0 comments on commit a08a925

Please sign in to comment.