Skip to content

Commit

Permalink
Merge pull request #514 from Kitware/rtd-build-fix
Browse files Browse the repository at this point in the history
Repair failing RTD build
  • Loading branch information
Roni Choudhury committed Aug 1, 2017
2 parents 8e56efd + 1afdf08 commit b5eb48f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/components/treeheatmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Example
<script type="text/javascript" >
var el = document.getElementById('treeheatmap-example');
d3.json('/_static/heatmap.json', function (error, data) {
d3.json('../_static/heatmap.json', function (error, data) {
var vis = new candela.components.TreeHeatmap(el, {
data: data,
scale: 'column'
Expand All @@ -26,7 +26,7 @@ Example
});
</script>

The examples below assume you have downloaded the `example data </_static/heatmap.json>`_.
The examples below assume you have downloaded the `example data <../_static/heatmap.json>`_.

**JavaScript**

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# flags to set them explicitly using a variable defined there.
#
# The short X.Y version.
version = None
version = ''
# The full version, including alpha/beta/rc tags.
release = None
release = ''

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit b5eb48f

Please sign in to comment.