plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

Documentation on docs.plone.org outdated #497

Open mck9 opened 2 years ago

mck9 commented 2 years ago

Description

I followed the docs to create a plone 5 theme at https://docs.plone.org/adapt-and-extend/theming/theme_product.html

What I Did

I ran the following command (as stated in the documentation) in the created theme folder: $ python bootstrap-buildout.py

the response was: python: can't open file 'bootstrap-buildout.py': [Errno 2] No such file or directory

The docs are misleading and incorrect

mck9 commented 2 years ago

I missed that on the docs page:

It will ask you some questions: --> What kind of package would you like to create? Choose between 'Basic', 'Dexterity', and 'Theme'. [Basic]: Theme

No, it will not...