kpinc

Results 22 comments of kpinc

See also a pyramid-cookiecutter-starter branch: https://github.com/kpinc/pyramid-cookiecutter-starter/tree/yaml_config (This branch _should_ work. But I've not submitted a PR because the patch is dependent upon PRs to plaster, plaster_pastedeploy, and plaster-yaml which add...

Further explanation of the use of the "raw" keyword in [my pyramid-cookiecutter-starter fork](https://github.com/kpinc/pyramid-cookiecutter-starter/tree/yaml_config) may be warranted. If a yaml config file is chosen for Pyramid, and sqlalchemy is the db...

On Wed, 17 Apr 2024 13:02:30 -0700 Michael Merickel ***@***.***> wrote: > I'm trying to follow the things you're saying about this but it's > against my original design of...

On Wed, 17 Apr 2024 20:13:49 -0500 "Karl O. Pinc" ***@***.***> wrote: > On Wed, 17 Apr 2024 13:02:30 -0700 > Michael Merickel ***@***.***> wrote: > > > I'm trying...

Irrespective of pyramid-cookiecutter-starter, there is another consideration. Without a "raw" get_settings() parameter plaster cannot read entire configuration files. One case is the "stock" pyramid ini config files generated by the...

> On Wed, 17 Apr 2024 20:13:49 -0500 "Karl O. Pinc" ***@***.***> wrote: > How does this plan sound? I'll make another fork of the cookecutter starter that does not...

> > On Wed, 17 Apr 2024 20:13:49 -0500 "Karl O. Pinc" _**@**_.***> wrote: > > > How does this plan sound? I'll make another fork of the cookecutter starter...

Closing this PR request. Hoping to see [pyramid-cookiecutter-starter PR #137](https://github.com/Pylons/pyramid-cookiecutter-starter/pull/137) move forward.

Yes, this is probably the wrong place to report this but I hope you can forward it to the right people. Thank you.

The quick and dirty work-around is to tell the build process to ignore warnings by removing the `-W` sphinx-build option by passing `SPHINXOPTS=''` to make. ``` $ make SPHINXOPTS='' html...