[TYPO3-doc] Trouble rendering locally the official manual example

Martin Bless m.bless at gmx.de
Sat Sep 1 00:05:56 CEST 2012


Hi François,

> but I don't get the typo3sphinx theme applied.

>https://gist.github.com/3552146
That's looking good.


>Build finished. The HTML pages are in build/html.
>Again no visible error. Any idea why I am not getting the typo3sphinx them?

Check 1:
========

Please look into the ./_not_versioned folder. The '10+20+30_conf_py.yml'
shows the settings that are finally applied. What do you have for
'html_theme' and 'html_theme_path'?

  # 10+20+30_conf_py.yml
  # 2012-08-31 23:50:50
  # read from : conf.py
  # written to: [...]\_make\_not_versioned\10+20+30_conf_py.yml

  ---
  conf.py:
    html_theme: typo3sphinx
    html_theme_path:
    - D:\Python27\lib\site-packages\t3sphinx\themes

Check 2:
========

What does Python say when you (interactively) :

C:>python
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import t3sphinx
>>> t3sphinx.themes_dir
'D:\\Python27\\lib\\site-packages\\t3sphinx\\themes'


or on the commandline:

  C:\> python -c "import t3sphinx; print t3sphinx.themes_dir"
  D:\Python27\lib\site-packages\t3sphinx\themes    <-- you should a path


Over!

Martin

-- 
Certified TYPO3 Integrator | TYPO3 Documentation Team Member

http://mbless.de


More information about the TYPO3-project-documentation mailing list