Skip to content

Commit

Permalink
adding explicit config for naming package
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Sep 7, 2024
1 parent c25a78b commit 9b38cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:parser: myst_parser.sphinx_

.. py-editor::
:config: pyscript_config.toml

import naming
class NameFileConvention(naming.Name, naming.File):
Expand Down
1 change: 1 addition & 0 deletions docs/source/pyscript_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages = ['naming']

0 comments on commit 9b38cb2

Please sign in to comment.