0:08 AM
RDustinB joined the channel
0:09 AM
RDustinB has quit
0:20 AM
shimizukawa
0:25 AM
hectorh30 has quit
0:30 AM
0:55 AM
patweb joined the channel
0:59 AM
patweb has quit
1:33 AM
harlowja_at_home joined the channel
1:34 AM
harlowja_at_home has quit
1:45 AM
RDustinB joined the channel
1:51 AM
hectorh30 joined the channel
1:55 AM
patweb joined the channel
2:00 AM
patweb has quit
2:11 AM
hectorh30 has quit
2:30 AM
patweb joined the channel
3:58 AM
RDustinB has quit
4:21 AM
hdt91 joined the channel
5:34 AM
chandan_kumar joined the channel
6:58 AM
kushal joined the channel
7:02 AM
veebers has quit
7:13 AM
foobrew has quit
7:23 AM
chandan_kumar is now known as chandankumar
9:07 AM
kushal has quit
9:14 AM
AutomatedTester is now known as AutomatedTester|W3C
9:37 AM
sohail-ahmed joined the channel
10:26 AM
ionelmc joined the channel
10:34 AM
Moguri has quit
11:27 AM
Lionel__ joined the channel
11:27 AM
Lionel__
hello
11:28 AM
I've got a problem with Sphinx, using rst2html, it says " Unknown directive type "code-block". " Yet Pygments is installed, can someone help me? Thanks.
11:32 AM
shimizukawa
rst2html is not a sphinx command
11:34 AM
If you want to use 'code-block' like directive under docutils (it means without sphinx), you can use 'code' directive that is provided from docutils-0.9.
11:34 AM
11:35 AM
Lionel__
I get the same error with the code directive
11:35 AM
shimizukawa
which docutils version do you use?
11:36 AM
Lionel__
very good question, how can I check?
11:36 AM
shimizukawa
rst2html.py --version
11:37 AM
Lionel__
rst2html (Docutils 0.8.1 [release], Python 2.7.3, on linux2)
11:38 AM
shimizukawa
code directive has been provided from docutils-0.9
11:38 AM
Lionel__
but I get this when I try to upgrade with pip:
11:38 AM
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/docutils
11:40 AM
shimizukawa
hum... I have no idea for that..
11:43 AM
11:44 AM
I think your environment doesn't have setuptools library.
11:44 AM
felix3 joined the channel
11:49 AM
Lionel__
now I get this when trying to upgrade with pip:
11:50 AM
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/docutils/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Tuk2_5-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/docutils Storing debug log for failure in /root/.pip/pip.log
11:50 AM
ionelmc
Lionel__: show the contents of pip.log
11:50 AM
or some useful output
11:51 AM
Lionel__
InstallationError: Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/docutils/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Tuk2_5-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/docutils
11:51 AM
ionelmc
that's not usefull - there's no error message in the command line
11:52 AM
something like a exception or traceback is useful
11:52 AM
Lionel__
running install_data running install_egg_info Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip_build_root/docutils/setup.py", line 224, in <module> do_setup() File "/tmp/pip_build_root/docutils/setup.py", line 98, in do_setup dist = setup(**kwargs) File "/usr/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.7/dis
11:53 AM
ionelmc
Lionel__: use a pastebin
11:53 AM
Lionel__
yes, sorry
11:54 AM
12:00 PM
ionelmc
12:05 PM
i think there's something horribly wrong on your machine
12:05 PM
eg: you have multiple versions of setuptools installed all over the place
12:05 PM
Lionel__
yep, i'll reinstall it, it's a vm
12:06 PM
ionelmc
i don't use ubuntu's python-setuptools package
12:06 PM
or python-pip
12:06 PM
or whatever
12:06 PM
but instead get the latest from pypi
12:06 PM
sohail-ahmed has quit
12:06 PM
12:07 PM
12:10 PM
Arfrever has quit
12:26 PM
untitaker has quit
12:28 PM
shimizukawa has quit
12:28 PM
devin_s has quit
12:28 PM
shimizukawa joined the channel
12:29 PM
devin_s joined the channel
12:30 PM
tos9_ joined the channel
12:30 PM
tos9 has quit
12:31 PM
shimizukawa has quit
12:31 PM
shimizukawa joined the channel
12:31 PM
devin_s has quit
12:31 PM
devin_s joined the channel
12:31 PM
Arfrever joined the channel
12:32 PM
untitaker joined the channel
12:42 PM
Moguri joined the channel
12:43 PM
Lionel__ has quit
13:10 PM
chandan_kumar joined the channel
13:15 PM
chandankumar has quit
13:15 PM
chandan_kumar is now known as chandankumar
13:23 PM
kikimeter joined the channel
13:24 PM
kikimeter
hi, I use sphinx to generate my project documentation, and I use rst2pdf to make my pdf from sphinx
13:25 PM
when my doc is more than 30 pages, I got an error on Adobe Acrobat :
13:25 PM
There was a problem reading this document (14)
13:25 PM
Expected a dict object
13:26 PM
my question: How sphinx does to generate his huge documentation into a PDF ?
13:29 PM
dhellmann_ is now known as dhellmann
13:30 PM
brucem
kikimeter: I generate big PDFs, but I don't use rst2pdf
13:30 PM
I use the latexpdf target in the Makefile.
13:30 PM
kikimeter
k
13:31 PM
are you on windows ?
13:31 PM
brucem
13:31 PM
I'm on OS X and Linux.
13:31 PM
kikimeter
thank you
13:31 PM
my PDF can be read on Chrome or Firefox
13:31 PM
not on Adobe
13:32 PM
I think it’s a rst2pdf problem
13:32 PM
maybe with encoding special char or code example
13:32 PM
I try to use latexpdf
13:33 PM
hdt91 has quit
13:36 PM
tos9_ has quit
13:36 PM
tos9 joined the channel
13:39 PM
flonka_ joined the channel
13:43 PM
flonka_ has quit
13:48 PM
hectorh30 joined the channel
13:51 PM
dhellmann is now known as dhellmann_
14:26 PM
dhellmann_ is now known as dhellmann
14:51 PM
chandankumar has quit
15:04 PM
hectorh30 has quit
15:05 PM
hdt91 joined the channel
15:06 PM
chandan_kumar joined the channel
15:17 PM
hectorh30 joined the channel
15:33 PM
sdough joined the channel
16:26 PM
hectorh30 has quit
16:39 PM
hectorh30 joined the channel
17:01 PM
ArcTanSusan_ joined the channel
17:02 PM
ddom joined the channel
17:03 PM
ArcTanSusan_ has quit
17:14 PM
ArcTanSusan_ joined the channel
18:18 PM
sohail-ahmed joined the channel
18:21 PM
kikimeter has quit
18:27 PM
sohail-ahmed has left the channel
18:38 PM
felix3 has quit
18:49 PM
ArcTanSusan_ is now known as ArcTanSusan
18:58 PM
Moguri has quit
19:04 PM
ArcTanSusan has quit
19:06 PM
chandan_kumar has quit
19:13 PM
RDustinB joined the channel
19:14 PM
ArcTanSusan joined the channel
19:19 PM
hectorh30 has quit
19:20 PM
ArcTanSusan has quit
19:25 PM
hectorh30 joined the channel
19:30 PM
ArcTanSusan joined the channel
20:27 PM
veebers joined the channel
20:46 PM
hdt91 has quit
21:03 PM
ArcTanSusan has quit
21:09 PM
RDustinB has quit
21:32 PM
ArcTanSusan joined the channel
22:09 PM
RDustinB joined the channel
22:11 PM
RDustinB has quit
22:15 PM
sdough has quit
22:21 PM
RDustinB joined the channel
22:25 PM
harlowja joined the channel
22:26 PM
harlowja
hi folks, qq, if i have a extension that wants to insert a node.reference to a refname, is that possible? i was trying this over the weekend and it seems like the refname is never resolved to the refuri (even though other refnames are resolved correctly), is the extension activation time or something stopping this from correctly occurring?