Skip to content

Commit 384c0c9

Browse files
committed
Fixed import and docs configuration.
1 parent 4ce99ca commit 384c0c9

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ sphinx:
2222
configuration: docs/conf.py
2323

2424
# If using Sphinx, optionally build your docs in additional formats such as PDF
25-
formats:
26-
- pdf
25+
#formats:
26+
# - pdf
2727

2828
# Optionally declare the Python requirements required to build your docs
2929
python:

docs/_unit_tests_code_coverage.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. todo::
2+
3+
Add unit test / code coverage badges.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Why Highcharts for Python?
9797

9898
Odds are you are aware of
9999
`Highcharts Gantt <https://www.highcharts.com/products/gantt/>`__. If not, why not? Built as an extension to
100-
`Highcharts Core <https://www.highcharts.com/products/highcharts/`__, it is a powerful JavaScript data visualization
100+
`Highcharts Core <https://www.highcharts.com/products/highcharts/>`__, it is a powerful JavaScript data visualization
101101
library for rendering rich :term:`Gantt charts <Gantt chart>`.
102102

103103
If you are building a web or mobile app/dashboard that will be
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from highcharts_stock.options.series.data.candlestick import *
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from highcharts_stock.options.series.data.hlc import *

0 commit comments

Comments
 (0)