IDAES/idaes-pse

Local Documentation Build Warnings

Closed this issue · 2 comments

I encountered a long list of deprecation and other warnings when running python build.py from idaes-pse/docs (see the comment below). My new RST file and the doctree/index links parsed correctly, but the entire HTML tree is absent of any formatting per the image below:

image

Most of the warnings are related to deprecated import paths:

WARNING: DEPRECATED: The gas_solid_contactors.flowsheets.dyn_TGA_example
    module has been moved to
    idaes.models_extra.gas_solid_contactors.flowsheets.dyn_TGA_example
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The gas_solid_contactors.flowsheets.ss_BFB_OC_oxidation
    module has been moved to
    idaes.models_extra.gas_solid_contactors.flowsheets.ss_BFB_OC_oxidation
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.flowsheets.ss_BFB_methane_combustion has been moved
    to idaes.models_extra.gas_solid_contactors.flowsheets.ss_BFB_met
    hane_combustion  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.flowsheets.ss_MB_methane_combustion has been moved to
    idaes.models_extra.gas_solid_contactors.flowsheets.ss_MB_meth
    ane_combustion  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.properties.methane_iron_OC_reduction package has been
    moved to idaes.models_extra.gas_solid_contactors.properties.metha
    ne_iron_OC_reduction  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.properties.methane_iron_OC_reduct
    ion.gas_phase_thermo module has been moved to idaes.models_extra.gas_s
    olid_contactors.properties.methane_iron_OC_reduction.gas_phase_thermo
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.properties.methane_iron_OC_reduct
    ion.hetero_reactions module has been moved to idaes.models_extra.gas_s
    olid_contactors.properties.methane_iron_OC_reduction.hetero_reactions
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.properties.methane_iron_OC_reduct
    ion.solid_phase_thermo module has been moved to idaes.models_extra.gas
    _solid_contactors.properties.methane_iron_OC_reduction.solid_phase_the rmo
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.properties.oxygen_iron_OC_oxidation package has been
    moved to idaes.models_extra.gas_solid_contactors.properties.oxyge
    n_iron_OC_oxidation  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.properties.oxygen_iron_OC_oxidati on.gas_phase_thermo
    package has been moved to idaes.models_extra.gas_s
    olid_contactors.properties.oxygen_iron_OC_oxidation.gas_phase_thermo
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.properties.oxygen_iron_OC_oxidati on.hetero_reactions
    package has been moved to idaes.models_extra.gas_s
    olid_contactors.properties.oxygen_iron_OC_oxidation.hetero_reactions
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.properties.oxygen_iron_OC_oxidati
    on.solid_phase_thermo package has been moved to idaes.models_extra.gas
    _solid_contactors.properties.oxygen_iron_OC_oxidation.solid_phase_ther mo
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The gas_solid_contactors.unit_models package has been
    moved to idaes.models_extra.gas_solid_contactors.unit_models (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    gas_solid_contactors.unit_models.bubbling_fluidized_bed module has been
    moved to idaes.models_extra.gas_solid_contactors.unit_models.bubb
    ling_fluidized_bed  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The gas_solid_contactors.unit_models.fixed_bed_0D module
    has been moved to
    idaes.models_extra.gas_solid_contactors.unit_models.fixed_bed_0D
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The gas_solid_contactors.unit_models.moving_bed module
    has been moved to
    idaes.models_extra.gas_solid_contactors.unit_models.moving_bed (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.control package has been moved to
    idaes.models.control  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.control.controller module has been
    moved to idaes.models.control.controller  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.control.pid_controller module has been
    moved to idaes.models.control.pid_controller  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.costing package has been moved to
    idaes.core  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.costing.SSLW module has been moved to
    idaes.models.costing.SSLW  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.costing.costing_base module has been
    moved to idaes.core.base.costing_base  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.flowsheets.demo_flowsheet module has
    been moved to idaes.models.flowsheets.demo_flowsheet  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.iapws95 has been moved to
    idaes.models.properties.iapws95  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.swco2 has been moved to
    idaes.models.properties.swco2  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.activity_coeff_models.BTX_activity_coeff_VLE has
    been moved to
    idaes.models.properties.activity_coeff_models.BTX_activity_coeff_VLE
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.activity_coeff_models.activi ty_coeff_prop_pack
    has been moved to
    idaes.models.properties.activity_coeff_models.activity_coeff_prop_pack
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.activity_coeff_models.methan e_combustion_ideal
    has been moved to
    idaes.models.properties.activity_coeff_models.methane_combustion_ideal
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.coolprop package has
    been moved to idaes.models.properties.modular_properties.coolprop
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.coolprop.coolprop_forms has been moved to
    idaes.models.properties.modular_properties.coolprop.coolprop_forms
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.coolprop.coolprop_wrapper has been moved to
    idaes.models.properties.modular_properties.coolprop.coolprop_wrapper
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.eos.ceos has been
    moved to idaes.models.properties.modular_properties.eos.ceos  (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.eos.ceos_common has
    been moved to idaes.models.properties.modular_properties.eos.ceos_common
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.eos.enrtl has been
    moved to idaes.models.properties.modular_properties.eos.enrtl (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.eos.enrtl_parameters
    has been moved to
    idaes.models.properties.modular_properties.eos.enrtl_parameters
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.eos.enrtl_reference_states has been moved
    to idaes.models.properties.modular_properties.eos.enrtl_reference_states
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.eos.eos_base has been
    moved to idaes.models.properties.modular_properties.eos.eos_base
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.eos.ideal has been
    moved to idaes.models.properties.modular_properties.eos.ideal (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.examples.ASU_PR has
    been moved to idaes.models.properties.modular_properties.examples.ASU_PR
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.examples.BT_PR has
    been moved to idaes.models.properties.modular_properties.examples.BT_PR
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.examples.BT_ideal has
    been moved to idaes.models.properties.modular_properties.examples.BT_ideal
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.examples.CO2_H2O_Ideal_VLE has been moved
    to idaes.models.properties.modular_properties.examples.CO2_H2O_Ideal_VLE
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.examples.CO2_bmimPF6_PR has been moved to
    idaes.models.properties.modular_properties.examples.CO2_bmimPF6_PR
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.examples.HC_PR has
    been moved to idaes.models.properties.modular_properties.examples.HC_PR
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.examples.HC_PR_vap has
    been moved to
    idaes.models.properties.modular_properties.examples.HC_PR_vap (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.generic.generic_property has been moved to
    idaes.models.properties.modular_properties.base.generic_property
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.generic.generic_reaction has been moved to
    idaes.models.properties.modular_properties.base.generic_reaction
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.generic.utility has
    been moved to idaes.models.properties.modular_properties.base.utility
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.phase_equil package
    has been moved to idaes.models.properties.modular_properties.phase_equil
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.phase_equil.bubble_dew
    module has been moved to
    idaes.models.properties.modular_properties.phase_equil.bubble_dew
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.phase_equil.forms has
    been moved to idaes.models.properties.modular_properties.phase_equil.forms
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.phase_equil.henry has
    been moved to idaes.models.properties.modular_properties.phase_equil.henry
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.phase_equil.smooth_VLE
    has been moved to
    idaes.models.properties.modular_properties.phase_equil.smooth_VLE
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.pure package has been
    moved to idaes.models.properties.modular_properties.pure  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.pure.ConstantProperties has been moved to
    idaes.models.properties.modular_properties.pure.ConstantProperties
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.pure.NIST has been
    moved to idaes.models.properties.modular_properties.pure.NIST (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.pure.Perrys has been
    moved to idaes.models.properties.modular_properties.pure.Perrys
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.pure.RPP3 has been
    moved to idaes.models.properties.modular_properties.pure.RPP3 (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.pure.RPP4 has been
    moved to idaes.models.properties.modular_properties.pure.RPP4 (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.pure.RPP5 has been
    moved to idaes.models.properties.modular_properties.pure.RPP5 (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.pure.electrolyte has
    been moved to idaes.models.properties.modular_properties.pure.electrolyte
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.reactions.dh_rxn has
    been moved to idaes.models.properties.modular_properties.reactions.dh_rxn
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.reactions.equilibrium_constant has been
    moved to idaes.models.properties.modular_properties.reactions.equilibr
    ium_constant  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.reactions.equilibrium_forms has been moved
    to idaes.models.properties.modular_properties.reactions.equilibrium_forms
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.reactions.rate_constant has been moved to
    idaes.models.properties.modular_properties.reactions.rate_constant
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.reactions.rate_forms
    has been moved to
    idaes.models.properties.modular_properties.reactions.rate_forms
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.state_definitions
    package has been moved to
    idaes.models.properties.modular_properties.state_definitions (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.state_definitions.FPhx
    has been moved to
    idaes.models.properties.modular_properties.state_definitions.FPhx
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.state_definitions.FTPx
    has been moved to
    idaes.models.properties.modular_properties.state_definitions.FTPx
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.state_definitions.FcPh
    has been moved to
    idaes.models.properties.modular_properties.state_definitions.FcPh
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.core.state_definitions.FcTP
    has been moved to
    idaes.models.properties.modular_properties.state_definitions.FcTP
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.state_definitions.FpcTP has been moved to
    idaes.models.properties.modular_properties.state_definitions.FpcTP
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.core.state_definitions.electrolyte_states has
    been moved to idaes.models.properties.modular_properties.state_def
    initions.electrolyte_states  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.cubic_eos.BT_PR has been
    moved to idaes.models.properties.cubic_eos.BT_PR  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.cubic_eos.cubic_prop_pack
    has been moved to idaes.models.properties.cubic_eos.cubic_prop_pack
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.examples.saponification_reactions has been moved
    to idaes.models.properties.examples.saponification_reactions (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.examples.saponification_thermo has been moved to
    idaes.models.properties.examples.saponification_thermo (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.helmholtz.helmholtz has
    been moved to idaes.models.properties.helmholtz.helmholtz  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.properties.interrogator package has
    been moved to idaes.models.properties.interrogator  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.interrogator.properties_interrogator has been
    moved to idaes.models.properties.interrogator.properties_interrogator
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The
    generic_models.properties.interrogator.reactions_interrogator has been
    moved to idaes.models.properties.interrogator.reactions_interrogator
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models package has been moved to
    idaes.models.unit_models  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.cstr module has been moved
    to idaes.models.unit_models.cstr  (deprecated in 2.0.0.alpha0) (called
    from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.equilibrium_reactor module
    has been moved to idaes.models.unit_models.equilibrium_reactor (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.feed module has been moved
    to idaes.models.unit_models.feed  (deprecated in 2.0.0.alpha0) (called
    from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.feed_flash module has been
    moved to idaes.models.unit_models.feed_flash  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.flash module has been
    moved to idaes.models.unit_models.flash  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.gibbs_reactor module has
    been moved to idaes.models.unit_models.gibbs_reactor  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.heat_exchanger module has
    been moved to idaes.models.unit_models.heat_exchanger  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.heat_exchanger_1D module
    has been moved to idaes.models.unit_models.heat_exchanger_1D (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.heat_exchanger_lc module
    has been moved to idaes.models.unit_models.heat_exchanger_lc (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.heat_exchanger_ntu module
    has been moved to idaes.models.unit_models.heat_exchanger_ntu (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.heater module has been
    moved to idaes.models.unit_models.heater  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.mixer module has been
    moved to idaes.models.unit_models.mixer  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.plug_flow_reactor module
    has been moved to idaes.models.unit_models.plug_flow_reactor (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.pressure_changer module
    has been moved to idaes.models.unit_models.pressure_changer  (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.product module has been
    moved to idaes.models.unit_models.product  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.separator module has been
    moved to idaes.models.unit_models.separator  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.skeleton_model module has
    been moved to idaes.models.unit_models.skeleton_model  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.statejunction module has
    been moved to idaes.models.unit_models.statejunction  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.stoichiometric_reactor
    module has been moved to idaes.models.unit_models.stoichiometric_reactor
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.translator module has been
    moved to idaes.models.unit_models.translator  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_models.unit_models.valve module has been
    moved to idaes.models.unit_models.valve  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The power_generation.unit_models package has been moved
    to idaes.models_extra.power_generation.unit_models  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The power_generation.unit_models.helm package has been
    moved to idaes.models_extra.power_generation.unit_models.helm (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
2022-05-27 09:12:01 [WARNING] idaes.models_extra.power_generation.unit_models.boiler_heat_exchanger: 'DeltaTMethod' is deprecated use 'HeatExchangerFlowPattern' This will be removed in IDAES 3.0
2022-05-27 09:12:01 [WARNING] idaes.models_extra.power_generation.unit_models.boiler_heat_exchanger: 'DeltaTMethod' is deprecated use 'HeatExchangerFlowPattern' This will be removed in IDAES 3.0
2022-05-27 09:12:01 [WARNING] idaes.models_extra.power_generation.unit_models.boiler_heat_exchanger: 'DeltaTMethod' is deprecated use 'HeatExchangerFlowPattern' This will be removed in IDAES 3.0
2022-05-27 09:12:01 [WARNING] idaes.models_extra.power_generation.unit_models.boiler_heat_exchanger: 'DeltaTMethod' is deprecated use 'HeatExchangerFlowPattern' This will be removed in IDAES 3.0
WARNING: DEPRECATED: The CO2 Compression module has been moved to
    idaes.models_extra.carbon_capture.co2_compressor.py  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The PID controller module has been moved to
    idaes.models_extra.power_generation.control  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The costing_dictionaries module has been moved to
    idaes.models_extra.power_generation.costing  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The power_plant_costing module has been moved to
    idaes.models_extra.power_generation.costing.power_plant_costing
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The NGFC_flowsheet module has been moved to
    idaes.models_extra.power_generation.flowsheets.NGFC.NGFC_flowsheet
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_surrogate_dict module has been moved to
    idaes.
    models_extra.power_generation.flowsheets.subcritical_power_plant.gener
    ic_surrogate_dict  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The generic_surrogate_dict module has been moved to
    idaes.
    models_extra.power_generation.flowsheets.subcritical_power_plant.steam
    _cycle_flowsheet  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The subcritical_boiler module has been moved to
    idaes.mode
    ls_extra.power_generation.flowsheets.subcritical_power_plant.subcritic
    al_boiler  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The subcritical_boiler_flowsheet module has been moved to
    idaes.models_extra.power_generation.flowsheets.subcritical_power_plant
    .subcritical_boiler_flowsheet  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The subcritical_power_plant module has been moved to
    idaes
    .models_extra.power_generation.flowsheets.subcritical_power_plant.subc
    ritical_power_plant  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The SCPC_full_plant module has been moved to
    idaes.models_
    extra.power_generation.flowsheets.supercritical_power_plant.SCPC_full_
    plant  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The boiler_subflowsheet_build module has been moved to
    ida es.models_extra.power_generation.flowsheets.supercritical_power_plant.
    boiler_subflowsheet_build  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The supercritical_steam_cycle module has been moved to
    ida es.models_extra.power_generation.flowsheets.supercritical_steam_cycle
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The supercritical_steam_cycle module has been moved to
    ida es.models_extra.power_generation.flowsheets.supercritical_steam_cycle.
    supercritical_steam_cycle  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The properties package has been moved to
    idaes.models_extra.power_generation.properties  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The flue_gas_ideal module has been moved to
    idaes.models_extra.power_generation.properties.flue_gas_ideal (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The natural_gas_PR module has been moved to
    idaes.models_extra.power_generation.properties.natural_gas_PR (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The SOFC_ROM module has been moved to
    idaes.models_extra.power_generation.properties.NGFC.ROM.SOFC_ROM
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The balance module has been moved to
    idaes.models_extra.power_generation.unit_models.balance  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The boiler_fireside module has been moved to
    idaes.models_extra.power_generation.unit_models.boiler_fireside
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The boiler_heat_exchanger module has been moved to
    idaes.models_extra.power_generation.unit_models.boiler_heat_exchanger
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The boiler_heat_exchanger_2D module has been moved to
    idae s.models_extra.power_generation.unit_models.boiler_heat_exchanger_2D
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The downcomer module has been moved to
    idaes.models_extra.power_generation.unit_models.downcomer  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The drum module has been moved to
    idaes.models_extra.power_generation.unit_models.drum  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The drum1D module has been moved to
    idaes.models_extra.power_generation.unit_models.drum1D  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The feedwater_heater_0D module has been moved to
    idaes.models_extra.power_generation.unit_models.feedwater_heater_0D
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The feedwater_heater_0D_dynamic module has been moved to
    i daes.models_extra.power_generation.unit_models.feedwater_heater_0D_dyn
    amic  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The heat_exchanger_3streams module has been moved to
    idaes .models_extra.power_generation.unit_models.heat_exchanger_3streams
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The soec_design module has been moved to
    idaes.models_extra.power_generation.unit_models.soec_design (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The steamheater module has been moved to
    idaes.models_extra.power_generation.unit_models.steamheater (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The waterpipe module has been moved to
    idaes.models_extra.power_generation.unit_models.waterpipe  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The watertank module has been moved to
    idaes.models_extra.power_generation.unit_models.watertank  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The waterwall_section module has been moved to
    idaes.models_extra.power_generation.unit_models.waterwall_section
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The compressor module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.compressor
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The condenser_ntu module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.condenser_ntu
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The mixer module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.mixer (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The phase_separator module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.phase_separator
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The pump module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.pump  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The splitter module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.splitter (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The turbine module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.turbine (deprecated
    in 2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The turbine_inlet module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.turbine_inlet
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The turbine_multistage module has been moved to
    idaes.mode ls_extra.power_generation.unit_models.helm.turbine_multistage
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The turbine_outlet module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.turbine_outlet
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The turbine_stage module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.turbine_stage
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The valve_steam module has been moved to
    idaes.models_extra.power_generation.unit_models.helm.valve_steam
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate package has been moved to
    idaes.core.surrogate  (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.alamopy module has been moved to
    idaes.core.surrogate.alamopy  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.keras_surrogate module has been moved
    to idaes.core.surrogate.keras_surrogate  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.metrics module has been moved to
    idaes.core.surrogate.metrics  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.pysmo_surrogate module has been moved
    to idaes.core.surrogate.pysmo_surrogate  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.surrogate_block module has been moved
    to idaes.core.surrogate.surrogate_block  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.plotting.sm_plotter module has been
    moved to idaes.core.surrogate.plotting.sm_plotter  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.pysmo.kriging module has been moved
    to idaes.core.surrogate.pysmo.kriging  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.pysmo.polynomial_regression module
    has been moved to idaes.core.surrogate.pysmo.polynomial_regression
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.pysmo.radial_basis_function module
    has been moved to idaes.core.surrogate.pysmo.radial_basis_function
    (deprecated in 2.0.0.alpha0) (called from <frozen
    importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.pysmo.sampling module has been moved
    to idaes.core.surrogate.pysmo.sampling  (deprecated in 2.0.0.alpha0)
    (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.pysmo.utils module has been moved to
    idaes.core.surrogate.pysmo.utils  (deprecated in 2.0.0.alpha0) (called
    from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.sampling package has been moved to
    idaes.core.surrogate.sampling  (deprecated in 2.0.0.alpha0) (called from
    <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.sampling.data_utils module has been
    moved to idaes.core.surrogate.sampling.data_utils  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: The idaes.surrogate.sampling.scaling module has been
    moved to idaes.core.surrogate.sampling.scaling  (deprecated in
    2.0.0.alpha0) (called from <frozen importlib._bootstrap>:219)
WARNING: DEPRECATED: the 'Component' class has been moved to
    'idaes.core.base.components.Component'.  Please update your import.
    (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'ControlVolume0DBlock' class has been moved to
    'idaes.core.base.control_volume0d.ControlVolume0DBlock'.  Please update
    your import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'ControlVolume0DBlockData' class has been moved to
    'idaes.core.base.control_volume0d.ControlVolume0DBlockData'.  Please
    update your import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'ControlVolume1DBlock' class has been moved to
    'idaes.core.base.control_volume1d.ControlVolume1DBlock'.  Please update
    your import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'ControlVolume1DBlockData' class has been moved to
    'idaes.core.base.control_volume1d.ControlVolume1DBlockData'.  Please
    update your import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'FlowsheetBlockData' class has been moved to
    'idaes.core.base.flowsheet_model.FlowsheetBlockData'.  Please update your
    import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'FlowsheetBlock' class has been moved to
    'idaes.core.base.flowsheet_model.FlowsheetBlock'.  Please update your
    import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'Phase' class has been moved to
    'idaes.core.base.phases.Phase'.  Please update your import. (deprecated in
    2.0.0.alpha0) (called from C:\Users\BrandonLocal\miniconda3\envs\idaes-
    dev\lib\site-packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'PhysicalParameterBlock' class has been moved to
    'idaes.core.base.property_base.PhysicalParameterBlock'.  Please update
    your import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'StateBlockData' class has been moved to
    'idaes.core.base.property_base.StateBlockData'.  Please update your
    import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'StateBlock' class has been moved to
    'idaes.core.base.property_base.StateBlock'.  Please update your import.
    (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'ReactionParameterBlock' class has been moved to
    'idaes.core.base.reaction_base.ReactionParameterBlock'.  Please update
    your import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'ReactionBlockDataBase' class has been moved to
    'idaes.core.base.reaction_base.ReactionBlockDataBase'.  Please update your
    import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'ReactionBlockBase' class has been moved to
    'idaes.core.base.reaction_base.ReactionBlockBase'.  Please update your
    import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'UnitModelBlockData' class has been moved to
    'idaes.core.base.unit_model.UnitModelBlockData'.  Please update your
    import.  (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)
WARNING: DEPRECATED: the 'UnitModelBlock' class has been moved to
    'idaes.core.base.unit_model.UnitModelBlock'.  Please update your import.
    (deprecated in 2.0.0.alpha0) (called from
    C:\Users\BrandonLocal\miniconda3\envs\idaes-dev\lib\site-
    packages\sphinx\ext\autodoc\__init__.py:2828)

*** ERROR in 'html'
***
*** Timed out after 180 seconds
***

After pulling in the fix from 890, the build issues were still present for the default timeout of 180 seconds. Increasing the timeout to 300 seconds was sufficient on both the current main branch and this surrogates documentation branch, although the deprecation messages still appear. The RST file mentioned above now parses correctly.