Georg Brandl <ge...@python.org> writes:

> Hmm, that is strange -- there is no sphinx/directives/desc.py in Sphinx 1.0
> Are you sure you're running the right code?

Yes, was my fault, a extension I wrote was still using a stray
desc.pyc. Sorry for wasting your time.


>
> Am 31.05.2010 19:32, schrieb Florian Diesch:
>> Georg Brandl <ge...@python.org> writes:
>> 
>>> I'm happy to announce the release of Sphinx 1.0 beta 2, the second testing
>>> preview of the new and shiny Sphinx 1.0.
>>>
>>> **** Please test Sphinx 1.0 with your documentation now! ****
>> 
>> Using the version from the repository I get a lot of DeprecationWarnings:
>> 
>> Running Sphinx v1.0b2+
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:753:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('describe', directive_dwim(DescDirective))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:755:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('function', directive_dwim(ModulelevelDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:756:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('data', directive_dwim(ModulelevelDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:757:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('class', directive_dwim(ClasslikeDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:758:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('exception', directive_dwim(ClasslikeDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:759:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('method', directive_dwim(ClassmemberDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:760:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('classmethod', 
>> directive_dwim(ClassmemberDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:761:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('staticmethod', 
>> directive_dwim(ClassmemberDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:762:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('attribute', directive_dwim(ClassmemberDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:764:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('cfunction', directive_dwim(CDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:765:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('cmember', directive_dwim(CDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:766:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('cmacro', directive_dwim(CDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:767:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('ctype', directive_dwim(CDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:768:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('cvar', directive_dwim(CDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:770:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('cmdoption', directive_dwim(CmdoptionDesc))
>> /home/diesch/.virtualenvs/sphinx-hg/lib/python2.6/site-packages/Sphinx-1.0b2_2964c2788d22dev_20100531-py2.6.egg/sphinx/directives/desc.py:771:
>>  DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('envvar', directive_dwim(GenericDesc))
>> /home/diesch/projects/pygtkdoc/trunk/sphinx/source/gtkdoc.py:126: 
>> DeprecationWarning: directive_dwim is deprecated and no longer needed
>>   directives.register_directive('currentclass', directive_dwim(CurrentClass))
>> 
>> 
>> 
>>    Florian


   Florian
-- 
<http://www.florian-diesch.de/software/xxgamma/>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to